{{ t('Prometheus metrics export of {0} internal metrics', {hostname: hostname}) }}
{{ t('This Prometheus Exporter can be used to monitor internal metrics of {0} with a second instance of {1} or with Prometheus.', {hostname: hostname}) }}

{{ t('How to use') }}

{{ t('This exporter can be scraped by any Prometheus compatible client.') }}
{{ t('Port') }}
443
{{ t('Metric path') }}
/metrics
{{ t('Full path') }}
https://{{ serverAddress }}/metrics?apikey=YOUR_API_KEY_HERE
{{ t('Additional config') }}
params:
    apikey: ["YOUR_API_KEY_HERE"]
scheme: https
tls_config:
    insecure_skip_verify: true

{{ t('Available metrics') }}

{{ t('This list shows all metrics that are exported.') }}