Skip to content

Commit

Permalink
Merge pull request #1042 from chainguard-dev/create-pull-request/patch
Browse files Browse the repository at this point in the history
[AutoDocs] Update Images Reference Docs
  • Loading branch information
erikaheidi authored Oct 6, 2023
2 parents ee4622d + 3cfff08 commit 80010a8
Showing 1 changed file with 19 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,28 @@ toc: true
{{< tab title="Provenance" active=false url="/chainguard/chainguard-images/reference/prometheus-mongodb-exporter/provenance_info/" >}}
{{</ tabs >}}

Minimal **prometheus-mongodb-exporter** images with nightly builds.

## Get it!

Minimalist Wolfi-based Prometheus MongoDB Exporter image for exporting various metrics about MongoDB.

## Get It!

The image is available on `cgr.dev`:

```
docker pull cgr.dev/chainguard/prometheus-mongodb-exporter:latest
```

## Usage

The easiest way to install the Prometheus MongoDB Exporter is to use the Helm chart.

```bash
$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
$ helm repo update
$ helm install prom-mongodb-exporter prometheus-community/prometheus-mongodb-exporter \
--set image.repository=cgr.dev/chainguard/prometheus-mongodb-exporter --set image.tag=latest
```

For more detail, please refer to the [MongoDB Exporter documentation](https://github.com/percona/mongodb_exporter).

0 comments on commit 80010a8

Please sign in to comment.