Skip to content

Commit 5fc2c38

Browse files
committed
Update the description for the grafanaCloudMetrics connector to highlight its potential cause for billing.
Signed-off-by: Pete Wall <[email protected]>
1 parent 76ae190 commit 5fc2c38

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/k8s-monitoring/charts/feature-application-observability/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Be sure perform actual integration testing in a live environment in the main [k8
4444

4545
| Key | Type | Default | Description |
4646
|-----|------|---------|-------------|
47-
| connectors.grafanaCloudMetrics.enabled | bool | `true` | Generate host info metrics from telemetry data, used in Application Observability in Grafana Cloud. |
47+
| connectors.grafanaCloudMetrics.enabled | bool | `true` | Generate host info metrics from telemetry data. These metrics are required for using Application Observability in Grafana Cloud. Note: Enabling this may incur additional costs. See https://grafana.com/docs/grafana-cloud/monitor-applications/application-observability/pricing/ |
4848

4949
### Connectors: Span Logs
5050

charts/k8s-monitoring/charts/feature-application-observability/values.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ processors:
133133
# Connectors are components that create new telemetry data from existing telemetry data.
134134
connectors:
135135
grafanaCloudMetrics:
136-
# -- Generate host info metrics from telemetry data, used in Application Observability in Grafana Cloud.
136+
# -- Generate host info metrics from telemetry data. These metrics are required for using Application Observability
137+
# in Grafana Cloud. Note: Enabling this may incur additional costs.
138+
# See https://grafana.com/docs/grafana-cloud/monitor-applications/application-observability/pricing/
137139
# @section -- Connectors: Grafana Cloud Host Info
138140
enabled: true
139141

0 commit comments

Comments
 (0)