Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sholdee committed Jul 9, 2024
1 parent b280e45 commit 1ee4c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Overview

<p>This exporter is primarily intended to run as a sidecar container for AdGuard Home running in Kubernetes, enabling metrics visibility across multiple replica instances.</p>
<p>This exporter is primarily intended to run as a sidecar container for AdGuard Home running in Kubernetes, enabling metrics visibility across multiple replica instances. It works by mounting to AdGuard's work directory and reading lines from querylog.json, as in the deployment example below.</p>

[<img src="assets/img/agh-grafana-dash.png" width="700">](https://grafana.com/grafana/dashboards/21403)

Expand Down Expand Up @@ -108,7 +108,7 @@ spec:
- nslookup localhost 127.0.0.1
readinessProbe: *probe
- name: adguard-exporter
image: sholdee/adguardexporter:v2.0.0
image: sholdee/adguardexporter:v2.0.1
ports:
- containerPort: 8000
name: metrics
Expand Down

0 comments on commit 1ee4c50

Please sign in to comment.