From 81dfcd12d26215b551f8278627b0aa8a7192d1b3 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Thu, 8 Dec 2016 17:19:26 -0500 Subject: [PATCH] add syntax highlighting in README.md (#87) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4b9591..0d5eae4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ will return metrics for a HTTP probe against google.com. ## Configuration A configuration showing all options is below: -``` +```yml modules: http_2xx_example: prober: http @@ -113,7 +113,7 @@ The blackbox exporter needs to be passed the target as a parameter, this can be done with relabelling. Example config: -``` +```yml scrape_configs: - job_name: 'blackbox' metrics_path: /probe -- 2.25.1