Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bentonam committed Jan 21, 2025
1 parent dcaa04d commit 1116f20
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
|-----|------|---------|-------------|
| fieldSelectors | list | `[]` | Discover Mimir instances based on field selectors. |
| labelSelectors | object | `{"app.kubernetes.io/name":"mimir"}` | Discover Mimir instances based on label selectors. |
| metrics.portName | string | `"http-metrics"` | Name of the port to scrape metrics from. |
| namespaces | list | `[]` | Namespaces to look for Mimir instances in. Will automatically look for Mimir instances in all namespaces unless specified here |

### Logs Settings
Expand All @@ -27,6 +26,8 @@
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| metrics.enabled | bool | `true` | Whether to enable metrics collection from Mimir. |
| metrics.portName | string | `"http-metrics"` | Name of the port to scrape metrics from. |
| metrics.scrapeInterval | string | `60s` | How frequently to scrape metrics from Mimir. |

### Metric Processing Settings

Expand All @@ -37,12 +38,6 @@
| metrics.tuning.includeMetrics | list | `[]` | Metrics to keep. Can use regular expressions. |
| metrics.tuning.useDefaultAllowList | bool | `true` | Filter the list of metrics from Grafana Mimir to the minimal set required for the Grafana Mimir integration. |

### Scrape Settings

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| metrics.scrapeInterval | string | `60s` | How frequently to scrape metrics from Mimir. |

### General Settings

| Key | Type | Default | Description |
Expand Down

0 comments on commit 1116f20

Please sign in to comment.