[docs] prometheus example - update feature flag to support OTLP receiver (#6130)

This commit is contained in:
Piotr Kiełkowicz 2025-02-11 17:33:59 +01:00 committed by GitHub
parent 71abd4169b
commit 89ba8073d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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