Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions integrations/apache/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions integrations/apache/prometheus_metadata.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down