Added exporter description
This commit is contained in:
parent
646a9a4304
commit
8839b666f9
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
|
{%- if description %}
|
||||||
|
Description=Prometheus {{ description }}
|
||||||
|
{%- else %}
|
||||||
Description=Prometheus {{ svc }} Exporter
|
Description=Prometheus {{ svc }} Exporter
|
||||||
|
{%- endif %}
|
||||||
{%- if url %}
|
{%- if url %}
|
||||||
Documentation={{ url }}
|
Documentation={{ url }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in a new issue