Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Configuration

Arango requires a scrape configuration be added to the prometheus.yml.

    - job_name: arangodb
      scrape_interval: 5s
      metrics_path: /_admin/metrics/v2
      bearer_token: eyJhbGciOiJIUzI1NiIsInR5cIkpXVCJ9.eyJwcmVmZXJyZWRfdXNlcm5hbWUiOiJyb290IiwiaXNzIjoiYXJhbmdvZGIiLCJpYXQiOjE2OTE2NjA4NTUsImV4cCI6MTY5MTY2NDQ1NX0.KzZlSXseLrBrRci9cZn_D9f97fSNHQABSTLbTSMi5VA
      static_configs:
      - targets: ['arango.development.svc:8529']

Arango automatically exports metrics to port 8529. However Arango does require a bearer_token to authenticate.

  • No labels