From 9fff90d526cf07f1ba1a7b6d4d2a510755cb7bb8 Mon Sep 17 00:00:00 2001 From: Oleh Ozimok Date: Sun, 24 Mar 2019 21:24:23 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87a052c..b5059d1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ helm install --name php-fpm-exporter deploy/php-fpm-exporter ### Prometheus job example -```$yaml +```yaml - job_name: 'kubernetes-php-fpm-endpoints' scrape_interval: 10s metrics_path: /metrics @@ -38,4 +38,4 @@ helm install --name php-fpm-exporter deploy/php-fpm-exporter action: replace target_label: kubernetes_name -``` \ No newline at end of file +```