Skip to content

Commit

Permalink
Update the description for the grafanaCloudMetrics connector to highl…
Browse files Browse the repository at this point in the history
…ight its potential cause for billing.

Signed-off-by: Pete Wall <[email protected]>
  • Loading branch information
petewall committed Jan 24, 2025
1 parent 76ae190 commit 5fc2c38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Be sure perform actual integration testing in a live environment in the main [k8

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| connectors.grafanaCloudMetrics.enabled | bool | `true` | Generate host info metrics from telemetry data, used in Application Observability in Grafana Cloud. |
| 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/ |

Check failure on line 47 in charts/k8s-monitoring/charts/feature-application-observability/README.md

View workflow job for this annotation

GitHub Actions / runner / markdownlint

[markdownlint] reported by reviewdog 🐶 MD034/no-bare-urls Bare URL used [Context: "https://grafana.com/docs/grafa..."] Raw Output: charts/k8s-monitoring/charts/feature-application-observability/README.md:47:241 MD034/no-bare-urls Bare URL used [Context: "https://grafana.com/docs/grafa..."]

### Connectors: Span Logs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ processors:
# Connectors are components that create new telemetry data from existing telemetry data.
connectors:
grafanaCloudMetrics:
# -- Generate host info metrics from telemetry data, used in Application Observability in Grafana Cloud.
# -- 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/
# @section -- Connectors: Grafana Cloud Host Info
enabled: true

Expand Down

0 comments on commit 5fc2c38

Please sign in to comment.