[docs] prometheus example - update feature flag to support OTLP receiver (#6130)
This commit is contained in:
parent
71abd4169b
commit
89ba8073d8
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue