Skip to content

Commit

Permalink
Update Prometheus docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mthenw committed May 15, 2018
1 parent 770a30f commit 5a1244c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/prometheus-metrics.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Prometheus Metrics

Both Events and Configuration API exposes Prometheus metrics. The metrics are accesible via `/v1/metrics` endpoint.
Both Events and Configuration API exposes Prometheus metrics. The metrics are accesible via `/v1/metrics` endpoint of Configuration API.

## Events API Metrics

Expand All @@ -19,4 +19,4 @@ Both Events and Configuration API exposes Prometheus metrics. The metrics are ac
| `gateway_functions_total` | Gauge of registered functions count. | Gauge | `space` |
| `gateway_subscriptions_total` | Gauge of created subscriptions count. | Gauge | `space` |
| `gateway_config_requests_total` | Total of Config API requests. | Counter | `space`, `resource`, `operation` |
| `gateway_config_request_duration_seconds` | Bucketed histogram of request duration of Config API requests. | Histogram | |
| `gateway_config_request_duration_seconds` | Bucketed histogram of request duration of Config API requests. | Histogram | |

0 comments on commit 5a1244c

Please sign in to comment.