Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Polish prometheus metrics list #8

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Should we just regenerate the Topology on every run (time based, trigger based,

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

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

# Querying data

Expand Down
Loading