|
|
|
@@ -31,11 +31,6 @@ prometheus_nginxlog_exporter_container_image_tag: "{{ 'latest' if prometheus_ngi |
|
|
|
prometheus_nginxlog_exporter_container_image_force_pull: "{{ prometheus_nginxlog_exporter_container_image.endswith(':latest') }}" |
|
|
|
prometheus_nginxlog_exporter_container_image_arch_check_enabled: true |
|
|
|
|
|
|
|
# Controls whether prometheus-nginxlog-exporter metrics should be proxied (exposed) on a public URL |
|
|
|
prometheus_nginxlog_exporter_metrics_proxying_enabled: false |
|
|
|
prometheus_nginxlog_exporter_metrics_proxying_hostname: '' |
|
|
|
prometheus_nginxlog_exporter_metrics_proxying_path_prefix: '' |
|
|
|
|
|
|
|
# prometheus_nginxlog_exporter_dashboard_urls contains a list of URLs with Grafana dashboard definitions. |
|
|
|
# If the Grafana role is enabled, these dashboards will be downloaded. |
|
|
|
prometheus_nginxlog_exporter_dashboard_urls: [] |
|
|
|
|