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

Latest commit

 

History

History
14 lines (9 loc) · 691 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 691 Bytes

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&...