Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

orange-cloudfoundry/metric-store-exporter-release

Repository files navigation

metric-store-exporter-release

A boshrelease to deploy prometheus exporter to export metric from a cloud foundry metric-store.

deploy

  1. Add ops file /manifests/operations/metric-store/metric-store.yml to where you deploy you metric store
  2. bosh deploy
  3. access to metric by accessing to http://<vm-ip>:8086/metrics

You can make request by filtering by metric name(s) or/and source id(s):

  • Metric Name: http://<vm-ip>:8086/metrics?metric[]=metric_1&metric[]=metric_2&...
  • Source id: http://<vm-ip>:8086/metrics?source_id[]=a-guid1&source_id[]=a-guid2&...

About

A boshrelease to deploy prometheus exporter to export metric from a cloud foundry metric-store

Resources

License

Stars

Watchers

Forks

Packages

No packages published