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: charts/feature-annotation-autodiscovery/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -71,14 +71,14 @@ Actual integration testing in a live environment should be done in the main [k8s
71
71
72
72
| Key | Type | Default | Description |
73
73
|-----|------|---------|-------------|
74
-
| extraDiscoveryRules | string |`""`| Rule blocks to be added to the prometheus.operator.podmonitors component for PodMonitors. These relabeling rules are applied pre-scrape against the targets from service discovery. The relabelings defined in the PodMonitor object are applied first, then these relabelings are applied. Before the scrape, any remaining target labels that start with `__` (i.e. `__meta_kubernetes*`) are dropped. ([docs](https://grafana.com/docs/alloy/latest/reference/components/discovery.relabel/#rule-block)) |
74
+
| extraDiscoveryRules | string |`""`| Rule blocks to be added to the prometheus.operator.podmonitors component for PodMonitors. These relabeling rules are applied pre-scrape against the targets from service discovery. The relabelings defined in the PodMonitor object are applied first, then these relabelings are applied. Before the scrape, any remaining target labels that start with `__` (i.e. `__meta_kubernetes*`) are dropped. ([docs](https://grafana.com/docs/alloy/latest/reference/components/discovery/discovery.relabel/#rule-block)) |
75
75
76
76
### Metric Processing Settings
77
77
78
78
| Key | Type | Default | Description |
79
79
|-----|------|---------|-------------|
80
-
| extraMetricProcessingRules | string |`""`| Rule blocks to be added to the prometheus.relabel component for PodMonitor objects. These relabeling rules are applied post-scrape against the metrics returned from the scraped target, no `__meta*` labels are present. ([docs](https://grafana.com/docs/alloy/latest/reference/components/prometheus.relabel/#rule-block)) |
81
-
| maxCacheSize | string |`nil`| Sets the max_cache_size for cadvisor prometheus.relabel component. This should be at least 2x-5x your largest scrape target or samples appended rate. ([docs](https://grafana.com/docs/alloy/latest/reference/components/prometheus.relabel/#arguments)) Overrides global.maxCacheSize |
80
+
| extraMetricProcessingRules | string |`""`| Rule blocks to be added to the prometheus.relabel component for PodMonitor objects. These relabeling rules are applied post-scrape against the metrics returned from the scraped target, no `__meta*` labels are present. ([docs](https://grafana.com/docs/alloy/latest/reference/components/prometheus/prometheus.relabel/#rule-block)) |
81
+
| maxCacheSize | string |`nil`| Sets the max_cache_size for cadvisor prometheus.relabel component. This should be at least 2x-5x your largest scrape target or samples appended rate. ([docs](https://grafana.com/docs/alloy/latest/reference/components/prometheus/prometheus.relabel/#arguments)) Overrides global.maxCacheSize |
82
82
| metricsTuning.excludeMetrics | list |`[]`| Metrics to drop. Can use regular expressions. |
83
83
| metricsTuning.includeMetrics | list |`[]`| Metrics to keep. Can use regular expressions. |
84
84
@@ -93,5 +93,5 @@ Actual integration testing in a live environment should be done in the main [k8s
93
93
94
94
| Key | Type | Default | Description |
95
95
|-----|------|---------|-------------|
96
-
| global.maxCacheSize | int |`100000`| Sets the max_cache_size for every prometheus.relabel component. ([docs](https://grafana.com/docs/alloy/latest/reference/components/prometheus.relabel/#arguments)) This should be at least 2x-5x your largest scrape target or samples appended rate. |
96
+
| global.maxCacheSize | int |`100000`| Sets the max_cache_size for every prometheus.relabel component. ([docs](https://grafana.com/docs/alloy/latest/reference/components/prometheus/prometheus.relabel/#arguments)) This should be at least 2x-5x your largest scrape target or samples appended rate. |
97
97
| global.scrapeInterval | string |`"60s"`| How frequently to scrape metrics. |
Copy file name to clipboardexpand all lines: charts/feature-annotation-autodiscovery/values.yaml
+4-4
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ global:
12
12
# @section -- Global Settings
13
13
scrapeInterval: 60s
14
14
15
-
# -- Sets the max_cache_size for every prometheus.relabel component. ([docs](https://grafana.com/docs/alloy/latest/reference/components/prometheus.relabel/#arguments))
15
+
# -- Sets the max_cache_size for every prometheus.relabel component. ([docs](https://grafana.com/docs/alloy/latest/reference/components/prometheus/prometheus.relabel/#arguments))
16
16
# This should be at least 2x-5x your largest scrape target or samples appended rate.
17
17
# @section -- Global Settings
18
18
maxCacheSize: 100000
@@ -50,7 +50,7 @@ annotations:
50
50
# These relabeling rules are applied pre-scrape against the targets from service discovery.
51
51
# The relabelings defined in the PodMonitor object are applied first, then these relabelings are applied.
52
52
# Before the scrape, any remaining target labels that start with `__` (i.e. `__meta_kubernetes*`) are dropped.
Copy file name to clipboardexpand all lines: charts/feature-application-observability/README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -79,14 +79,14 @@ Actual integration testing in a live environment should be done in the main [k8s
79
79
| Key | Type | Default | Description |
80
80
|-----|------|---------|-------------|
81
81
| logs.enabled | bool |`true`||
82
-
| logs.filters | object |`{"log_record":[]}`| Apply a filter to logs received via receivers. ([docs](https://grafana.com/docs/alloy/latest/reference/components/otelcol.processor.filter/)) |
83
-
| logs.transforms | object |`{"labels":["cluster","namespace","job","pod"],"log":[],"resource":[]}`| Apply a transformation to logs received via the OTLP or OTLP HTTP receivers. ([docs](https://grafana.com/docs/alloy/latest/reference/components/otelcol.processor.transform/)) |
82
+
| logs.filters | object |`{"log_record":[]}`| Apply a filter to logs received via receivers. ([docs](https://grafana.com/docs/alloy/latest/reference/components/otelcol/otelcol.processor.filter/)) |
83
+
| logs.transforms | object |`{"labels":["cluster","namespace","job","pod"],"log":[],"resource":[]}`| Apply a transformation to logs received via the OTLP or OTLP HTTP receivers. ([docs](https://grafana.com/docs/alloy/latest/reference/components/otelcol/otelcol.processor.transform/)) |
84
84
| logs.transforms.labels | list |`["cluster","namespace","job","pod"]`| The list of labels to set in the log stream. |
85
85
| logs.transforms.log | list |`[]`| Log transformation rules. |
86
86
| logs.transforms.resource | list |`[]`| Resource transformation rules. |
87
87
| metrics.enabled | bool |`true`||
88
-
| metrics.filters | object |`{"datapoint":[],"metric":[]}`| Apply a filter to metrics received via the OTLP or OTLP HTTP receivers. ([docs](https://grafana.com/docs/alloy/latest/reference/components/otelcol.processor.filter/)) |
89
-
| metrics.transforms | object |`{"datapoint":[],"metric":[],"resource":[]}`| Apply a transformation to metrics received via the OTLP or OTLP HTTP receivers. ([docs](https://grafana.com/docs/alloy/latest/reference/components/otelcol.processor.transform/)) |
88
+
| metrics.filters | object |`{"datapoint":[],"metric":[]}`| Apply a filter to metrics received via the OTLP or OTLP HTTP receivers. ([docs](https://grafana.com/docs/alloy/latest/reference/components/otelcol/otelcol.processor.filter/)) |
89
+
| metrics.transforms | object |`{"datapoint":[],"metric":[],"resource":[]}`| Apply a transformation to metrics received via the OTLP or OTLP HTTP receivers. ([docs](https://grafana.com/docs/alloy/latest/reference/components/otelcol/otelcol.processor.transform/)) |
| traces.filters | object |`{"span":[],"spanevent":[]}`| Apply a filter to traces received via the OTLP or OTLP HTTP receivers. ([docs](https://grafana.com/docs/alloy/latest/reference/components/otelcol.processor.filter/)) |
101
-
| traces.transforms | object |`{"resource":[],"span":[],"spanevent":[]}`| Apply a transformation to traces received via the OTLP or OTLP HTTP receivers. ([docs](https://grafana.com/docs/alloy/latest/reference/components/otelcol.processor.transform/)) |
100
+
| traces.filters | object |`{"span":[],"spanevent":[]}`| Apply a filter to traces received via the OTLP or OTLP HTTP receivers. ([docs](https://grafana.com/docs/alloy/latest/reference/components/otelcol/otelcol.processor.filter/)) |
101
+
| traces.transforms | object |`{"resource":[],"span":[],"spanevent":[]}`| Apply a transformation to traces received via the OTLP or OTLP HTTP receivers. ([docs](https://grafana.com/docs/alloy/latest/reference/components/otelcol/otelcol.processor.transform/)) |
Copy file name to clipboardexpand all lines: charts/feature-cluster-events/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Actual integration testing in a live environment should be done in the main [k8s
41
41
42
42
| Key | Type | Default | Description |
43
43
|-----|------|---------|-------------|
44
-
| extraProcessingStages | string |`""`| Stage blocks to be added to the loki.process component for cluster events. ([docs](https://grafana.com/docs/alloy/latest/reference/components/loki.process/#blocks)) This value is templated so that you can refer to other values from this file. |
44
+
| extraProcessingStages | string |`""`| Stage blocks to be added to the loki.process component for cluster events. ([docs](https://grafana.com/docs/alloy/latest/reference/components/loki/loki.process/#blocks)) This value is templated so that you can refer to other values from this file. |
0 commit comments