Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Add metrics docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrain-cb committed Jul 11, 2023
1 parent 6d7f8d5 commit 0ced562
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ which can be pasted directly below to keep current system metric documentation u
## Current Metrics
| METRIC | DESCRIPTION | LABELS | TYPE |
|-------------------------------------------|--------------------------------------------------------|----------------------------------------|---------|
| pessimism.up | 1 if the service is up | | gauge |
| pessimism.invariants.active_invariants | Number of active invariants | | gauge |
| pessimism.etl.active_pipelines | Number of active pipelines | pipeline,network | gauge |
| pessimism.invariants.invariant_runs_total | Number of times a specific invariant has been run | network,invariant | counter |
| pessimism.alerts_generated_total | Number of total alerts generated for a given invariant | network,invariant,pipeline,destination | counter |
| pessimism.node_errors_total | Number of node errors caught | node | counter |
| pessimism_up | 1 if the service is up | | gauge |
| pessimism_invariants_active_invariants | Number of active invariants | network,invariant,pipeline | gauge |
| pessimism_etl_active_pipelines | Number of active pipelines | pipeline,network | gauge |
| pessimism_invariants_invariant_runs_total | Number of times a specific invariant has been run | network,invariant | counter |
| pessimism_alerts_generated_total | Number of total alerts generated for a given invariant | network,invariant,pipeline,destination | counter |
| pessimism_node_errors_total | Number of node errors caught | node | counter |

0 comments on commit 0ced562

Please sign in to comment.