From c44f311c4f026a6746185ed9a8dd0c33b5c5a828 Mon Sep 17 00:00:00 2001 From: schmittey <38879850+schmittey@users.noreply.github.com> Date: Wed, 21 Feb 2024 01:22:37 +0100 Subject: [PATCH] Add missing yaml syntax highlighting in prometheus README.md (#19087) --- docs/metrics/prometheus/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/metrics/prometheus/README.md b/docs/metrics/prometheus/README.md index 791ac1e0e..0571d4a7e 100644 --- a/docs/metrics/prometheus/README.md +++ b/docs/metrics/prometheus/README.md @@ -67,14 +67,13 @@ scrape_configs: ##### Bucket centric -``` +```yaml - job_name: minio-job-bucket bearer_token: metrics_path: /minio/v2/metrics/bucket scheme: http static_configs: - targets: ['localhost:9000'] - ``` #### 3.2 Public Prometheus config