github.com/observiq/bindplane-agent@v1.51.0/config/new_relic_otlp/cassandra/config.yaml (about) 1 receivers: 2 jmx: 3 jar_path: /opt/opentelemetry-java-contrib-jmx-metrics.jar 4 endpoint: localhost:7199 5 target_system: cassandra,jvm 6 collection_interval: 60s 7 resource_attributes: 8 cassandra.endpoint: localhost:7199 9 10 processors: 11 resourcedetection: 12 detectors: ["system"] 13 system: 14 hostname_sources: ["os"] 15 16 batch: 17 18 exporters: 19 otlp: 20 endpoint: https://otlp.nr-data.net:443 21 headers: 22 api-key: 00000-00000-00000 23 tls: 24 insecure: false 25 26 service: 27 pipelines: 28 metrics: 29 receivers: 30 - jmx 31 processors: 32 - resourcedetection 33 - batch 34 exporters: 35 - otlp