You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ Note that this is not designed to be a replacement for the [MongoDB exporter](ht
18
18
19
19
## Installation
20
20
21
-
Get Prometheus MongoDB aggregation query exporter, either as a [binary](https://github.com/raffis/mongodb-query-exporter/releases/tag/v1.0.0) from the latest release or packaged as a [Docker image](https://github.com/raffis/mongodb-query-exporter/pkgs/container/mongodb-query-exporter).
21
+
Get Prometheus MongoDB aggregation query exporter, either as a binaray from the latest release or packaged as a [Docker image](https://github.com/raffis/mongodb-query-exporter/pkgs/container/mongodb-query-exporter).
22
22
23
23
### Helm Chart
24
24
For kubernetes users there is an official helm chart for the MongoDB query exporter.
25
-
Please read the installation instructions [here](https://github.com/raffis/mongodb-query-exporter/blob/master/chart/prometheus-mongodb-query-exporter/README.md).
25
+
Please read the installation instructions [here](https://github.com/raffis/mongodb-query-exporter/blob/master/chart/mongodb-query-exporter/README.md).
Copy file name to clipboardExpand all lines: chart/mongodb-query-exporter/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Prometheus MongoDB Exporter
1
+
# MongoDB Exporter
2
2
3
3
Installs the [MongoDB Query Exporter](https://github.com/raffis/mongodb-query-exporter) for [Prometheus](https://prometheus.io/).
4
4
@@ -36,5 +36,5 @@ podAnnotations:
36
36
See Customizing the Chart Before Installing. To see all configurable options with detailed comments, visit the chart's values.yaml, or run the configuration command:
37
37
38
38
```sh
39
-
$ helm show values prometheus-mongodb-query-exporter/prometheus-mongodb-query-exporter
39
+
$ helm show values oci://ghcr.io/raffis/charts/mongodb-query-exporter
0 commit comments