Skip to content

Commit

Permalink
docs: Removing prometheus references
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Aug 19, 2023
1 parent b423215 commit ffd1a38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ For the last mile, Fibr can try to reverse geocoding the GPS data found in EXIF,

### Metrics

Fibr exposes a lot of metrics on the [Prometheus endpoint](#endpoints). Common metrics are exposed: Golang statistics, HTTP statuses and response time, AMQP statuses and sidecars/metadatas actions.
Fibr exposes a lot of metrics via OpenTelemetry gRPC mode. Common metrics are exposed: Golang statistics, HTTP statuses and response time, AMQP statuses and sidecars/metadatas actions.

## Getting started

Expand Down Expand Up @@ -206,7 +206,6 @@ You'll find a Kubernetes exemple in the [`infra/`](infra) folder, using my [`app
- `GET /health`: healthcheck of server, always respond [`okStatus (default 204)`](#usage)
- `GET /ready`: checks external dependencies availability and then respond [`okStatus (default 204)`](#usage) or `503` during [`graceDuration`](#usage) when `SIGTERM` is received
- `GET /version`: value of `VERSION` environment variable
- `GET /metrics`: Prometheus metrics, on a dedicated port [`prometheusPort (default 9090)`](#usage)

## Usage

Expand Down

0 comments on commit ffd1a38

Please sign in to comment.