mirror of
https://github.com/minio/minio.git
synced 2025-04-07 13:15:39 -04:00
Add missing yaml syntax highlighting in prometheus README.md (#19087)
This commit is contained in:
parent
9ea5d08ecd
commit
c44f311c4f
@ -67,14 +67,13 @@ scrape_configs:
|
|||||||
|
|
||||||
##### Bucket centric
|
##### Bucket centric
|
||||||
|
|
||||||
```
|
```yaml
|
||||||
- job_name: minio-job-bucket
|
- job_name: minio-job-bucket
|
||||||
bearer_token: <secret>
|
bearer_token: <secret>
|
||||||
metrics_path: /minio/v2/metrics/bucket
|
metrics_path: /minio/v2/metrics/bucket
|
||||||
scheme: http
|
scheme: http
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['localhost:9000']
|
- targets: ['localhost:9000']
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 3.2 Public Prometheus config
|
#### 3.2 Public Prometheus config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user