Skip to content

Commit

Permalink
Implement review
Browse files Browse the repository at this point in the history
Signed-off-by: cmuraru <cmuraru@adobe.com>
  • Loading branch information
cmuraru committed Apr 20, 2022
1 parent 19836b2 commit 6fa9093
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/content/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ When Prometheus is enabled in the status plugin (see [Configuration](../configur
| bundle_loaded_counter | counter | Number of bundles loaded with success. | EXPERIMENTAL |
| bundle_failed_load_counter | counter | Number of bundles that failed to load. | EXPERIMENTAL |
| last_bundle_request | gauge | Last bundle request in UNIX nanoseconds. | EXPERIMENTAL |
| last_success_bundle_activation | gauge | Last successfully bundle activation in UNIX nanoseconds. | EXPERIMENTAL |
| last_success_bundle_download | gauge | Last successfully bundle download in UNIX nanoseconds. | EXPERIMENTAL |
| last_success_bundle_request | gauge | Last successfully bundle request in UNIX nanoseconds. | EXPERIMENTAL |
| last_success_bundle_activation | gauge | Last successful bundle activation in UNIX nanoseconds. | EXPERIMENTAL |
| last_success_bundle_download | gauge | Last successful bundle download in UNIX nanoseconds. | EXPERIMENTAL |
| last_success_bundle_request | gauge | Last successful bundle request in UNIX nanoseconds. | EXPERIMENTAL |
| bundle_loading_duration_ns | histogram | A histogram of duration for bundle loading. | EXPERIMENTAL |
| bundle_active_revision | gauge | First successfully bundle activation in UNIX nanoseconds. Contains the activeRevision label. | EXPERIMENTAL |
| bundle_active_revision | gauge | First successful bundle activation in UNIX nanoseconds. Contains the activeRevision label. | EXPERIMENTAL |


## Health Checks
Expand Down

0 comments on commit 6fa9093

Please sign in to comment.