Skip to content

Commit

Permalink
chore: fixed typos in the flagd telemetry docs
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr authored May 9, 2023
1 parent bc00edd commit 90273a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/configuration/flagd_telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
* [prometheus.yml](#prometheusyml)
<!-- TOC -->

flagd provides telemetry data out of the box. These telemetry data is compatible with OpenTelemetry.
flagd provides telemetry data out of the box. This telemetry data is compatible with OpenTelemetry.

By default, Prometheus exporter is used for metrics and metrics can be accessed from `/metrics` endpoint. For example,
By default, the Prometheus exporter is used for metrics which can be accessed via the `/metrics` endpoint. For example,
with default startup flags, metrics are exposed at `http://localhost:8014/metrics`.

Given below is the current implementation overview of flagd telemetry internals,
Expand All @@ -28,6 +28,7 @@ flagd expose following metrics,
* `http_response_size_bytes`
* `http_requests_inflight`
* `impressions`
* `reasons`

## Traces

Expand Down

0 comments on commit 90273a8

Please sign in to comment.