github.com/observiq/bindplane-agent@v1.51.0/config/new_relic_otlp/solr/config.yaml (about) 1 receivers: 2 jmx: 3 collection_interval: 30s 4 endpoint: localhost:9999 5 jar_path: /opt/opentelemetry-java-contrib-jmx-metrics.jar 6 target_system: solr 7 resource_attributes: 8 solr.endpoint: localhost:9999 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