From 1846953a309ce5e737180ef1cd34c43c4008a279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robbert=20M=C3=BCller?= Date: Mon, 27 Jul 2020 20:13:59 +0200 Subject: [PATCH] :books: Fixing markdownlint issues --- prometheus/DOCS.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/prometheus/DOCS.md b/prometheus/DOCS.md index ae792b6..c968ee6 100644 --- a/prometheus/DOCS.md +++ b/prometheus/DOCS.md @@ -37,7 +37,8 @@ static_configs: **Note**: _This is just an example, don't copy and paste it! Create your own!_ The job names `home-assistant` and `prometheus` are already defined by default. -For the `homeassistant` target you must add add the following to the Home Assistant configuration: +For the `homeassistant` target you must add add the following to +the Home Assistant configuration: ```yaml prometheus: @@ -50,9 +51,10 @@ If not it will log errors in the addon log ## Grafana -Grafana can use prometheus as a datasource, to configure this go to grafana and add a datasource. +Grafana can use prometheus as a datasource, to configure this go to grafana +and add a datasource. The hostname to connect to is depending on the release you installed. -For stable this is 'http://a0d7b954-prometheus:9090' +For stable this is `http://a0d7b954-prometheus:9090` ## Known issues and limitations