github.com/observiq/bindplane-agent@v1.51.0/config/new_relic_otlp/zookeeper/config.yaml (about)

     1  receivers:
     2    zookeeper:
     3      collection_interval: 30s
     4      endpoint: localhost:2181
     5  
     6  processors:
     7    resourcedetection:
     8      detectors: ["system"]
     9      system:
    10        hostname_sources: ["os"]
    11  
    12    batch:
    13  
    14  exporters:
    15    otlp:
    16      endpoint: https://otlp.nr-data.net:443
    17      headers:
    18        api-key: 00000-00000-00000
    19      tls:
    20        insecure: false
    21  
    22  service:
    23    pipelines:
    24      metrics:
    25        receivers:
    26        - zookeeper
    27        processors:
    28        - resourcedetection
    29        - batch
    30        exporters:
    31        - otlp