Skip to content

Commit

Permalink
[docs] prometheus example - update feature flag to support OTLP recei…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Feb 11, 2025
1 parent 71abd41 commit 89ba807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/metrics/exemplars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ and
enabled:

```sh
./prometheus --enable-feature=exemplar-storage --enable-feature=otlp-write-receiver
./prometheus --enable-feature=exemplar-storage --web.enable-otlp-receiver
```

## Install and configure Grafana
Expand Down
2 changes: 1 addition & 1 deletion docs/metrics/getting-started-prometheus-grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ access. Run the `prometheus(.exe)` server executable with feature flag
enabled:

```sh
./prometheus --enable-feature=otlp-write-receiver
./prometheus --web.enable-otlp-receiver
```

### View results in Prometheus
Expand Down

0 comments on commit 89ba807

Please sign in to comment.