Add missing yaml syntax highlighting in prometheus README.md (#19087)

This commit is contained in:
schmittey 2024-02-21 01:22:37 +01:00 committed by GitHub
parent 9ea5d08ecd
commit c44f311c4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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