Skip to content

Commit 169f11b

Browse files
authored
Merge pull request #8 from BarbarossaTM/chore/docs
doc: Polish prometheus metrics list
2 parents b92a589 + 8e442c9 commit 169f11b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Should we just regenerate the Topology on every run (time based, trigger based,
2626

2727
The Octopus exposes a number of metrics via an HTTP endpoint ready to be scraped by Prometheus.
2828

29-
octopus_topology_update_duration - Time it took to build the topology (milliseconds)
30-
octopus_topology_build_time - Timestamp (epoch) when the current topology was build
31-
octopus_topology_item_count - The number of instances per item (broken out bylabel `item_type`)
32-
octopus_connector_health - Connector health indicatior (0/1) (broken out bylabel `connector`)
33-
octopus_connector_load_duraton - Timestamp (epoch) when the current connector data was fetched (broken out by label `connector`)
34-
octopus_connector_load_time - Time it took to fetch data (milliseconds) (broken out by label `connector`)
35-
octopus_connector_update_error_count - The number of time the refresh of connector data has failed (broken out by label `connector`)
29+
* `octopus_topology_update_duration` - Time it took to build the topology (milliseconds)
30+
* `octopus_topology_build_time` - Timestamp (epoch) when the current topology was build
31+
* `octopus_topology_item_count` - The number of instances per item (broken out bylabel `item_type`)
32+
* `octopus_connector_health` - Connector health indicatior (0/1) (broken out bylabel `connector`)
33+
* `octopus_connector_load_duraton` - Timestamp (epoch) when the current connector data was fetched (broken out by label `connector`)
34+
* `octopus_connector_load_time` - Time it took to fetch data (milliseconds) (broken out by label `connector`)
35+
* `octopus_connector_update_error_count` - The number of time the refresh of connector data has failed (broken out by label `connector`)
3636

3737
# Querying data
3838

0 commit comments

Comments
 (0)