diff --git a/integrations/apache/documentation.yaml b/integrations/apache/documentation.yaml index ae55e5d704..257780b277 100644 --- a/integrations/apache/documentation.yaml +++ b/integrations/apache/documentation.yaml @@ -7,7 +7,7 @@ exporter_name: the Apache HTTP exporter exporter_pkg_name: httpd_exporter exporter_repo_url: https://github.com/Lusitaniae/apache_exporter dashboard_available: true -minimum_exporter_version: v0.11.0 +minimum_exporter_version: v1.0.0 multiple_dashboards: false dashboard_display_name: Apache Prometheus Overview config_mods: | @@ -49,12 +49,12 @@ config_mods: | + subPath: httpd.conf + name: httpd + - name: httpd-exporter - + image: lusotycoon/apache-exporter:v0.11.0 + + image: lusotycoon/apache-exporter:v1.0.0 + ports: + - containerPort: 9117 + name: prometheus + command: ["/bin/apache_exporter"] - + args: ['--scrape_uri=http://localhost/server-status?auto', '--telemetry.address=:9117', '--telemetry.endpoint=/metrics'] + + args: ["--scrape_uri=http://localhost/server-status?auto", "--web.listen-address=:9117", "--telemetry.endpoint=/metrics"] + volumes: + - name: httpd + configMap: diff --git a/integrations/apache/prometheus_metadata.yaml b/integrations/apache/prometheus_metadata.yaml index 9a8f9ff5ab..ac9b093091 100644 --- a/integrations/apache/prometheus_metadata.yaml +++ b/integrations/apache/prometheus_metadata.yaml @@ -1,13 +1,13 @@ platforms: - type: GKE - launch_stage: HIDDEN + launch_stage: GA detections: - characteristic_metric: metric_type: prometheus.googleapis.com/apache_connections/gauge exporter_metadata: name: Apache HTTP Prometheus Exporter doc_url: https://github.com/Lusitaniae/apache_exporter - minimum_supported_version: v0.11.0 + minimum_supported_version: v1.0.0 default_metrics: - name: prometheus.googleapis.com/apache_sent_kilobytes_total/counter prometheus_name: apache_sent_kilobytes_total