diff --git a/README.md b/README.md index 7e38b32..5acb248 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Overview -
This exporter is primarily intended to run as a sidecar container for AdGuard Home running in Kubernetes, enabling metrics visibility across multiple replica instances.
+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.
[](https://grafana.com/grafana/dashboards/21403) @@ -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