mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05: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
|
||||
|
||||
```
|
||||
```yaml
|
||||
- job_name: minio-job-bucket
|
||||
bearer_token: <secret>
|
||||
metrics_path: /minio/v2/metrics/bucket
|
||||
scheme: http
|
||||
static_configs:
|
||||
- targets: ['localhost:9000']
|
||||
|
||||
```
|
||||
|
||||
#### 3.2 Public Prometheus config
|
||||
|
Loading…
Reference in New Issue
Block a user