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

     1  receivers:
     2    mongodbatlas:
     3      public_key: $MONGODB_ATLAS_PUBLIC_KEY
     4      private_key: $MONGODB_ATLAS_PRIVATE_KEY
     5      collection_interval: 60s
     6  
     7  exporters: 
     8    googlecloud:
     9      metric:
    10        resource_filters:
    11          - prefix: mongodb_atlas
    12  
    13  service:
    14    pipelines:
    15      metrics:
    16        receivers:
    17        - mongodbatlas
    18        exporters:
    19        - googlecloud