-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify data collection in Grafana Agent (#5656)
* Clarify data collection * Clarify data collection done onlly in Static mode * Update links and add missing data collection * Fix broken link
- Loading branch information
1 parent
81c4b05
commit e08bcbb
Showing
4 changed files
with
70 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
aliases: | ||
- ./data-collection/ | ||
- /docs/grafana-cloud/agent/data-collection/ | ||
- /docs/grafana-cloud/monitor-infrastructure/agent/data-collection/ | ||
- /docs/grafana-cloud/monitor-infrastructure/integrations/agent/data-collection/ | ||
canonical: https://grafana.com/docs/agent/latest/data-collection/ | ||
menuTitle: Data collection | ||
title: Grafana Agent data collection | ||
description: Grafana Agent data collection | ||
weight: 500 | ||
--- | ||
|
||
# Data collection | ||
|
||
By default, Grafana Agent sends anonymous but uniquely identifiable usage information from | ||
your Grafana Agent instance to Grafana Labs. These statistics are sent to `stats.grafana.org`. | ||
|
||
Statistics help us better understand how Grafana Agent is used. This helps us prioritize features and documentation. | ||
|
||
The usage information includes the following details: | ||
|
||
* A randomly generated, anonymous unique ID (UUID). | ||
* Timestamp of when the UID was first generated. | ||
* Timestamp of when the report was created (by default, every four hours). | ||
* Version of running Grafana Agent. | ||
* Operating system Grafana Agent is running on. | ||
* System architecture Grafana Agent is running on. | ||
* List of enabled feature flags ([Static] mode only). | ||
* List of enabled integrations ([Static] mode only). | ||
* List of enabled [components][] ([Flow] mode only). | ||
|
||
This list may change over time. All newly reported data is documented in the CHANGELOG. | ||
|
||
## Opt-out of data collection | ||
|
||
You can use the `-disable-reporting` [command line flag][] to disable the reporting and opt-out of the data collection. | ||
|
||
{{% docs/reference %}} | ||
[command line flag]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow/reference/cli/run.md" | ||
[command line flag]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/monitor-infrastructure/agent/flow/reference/cli/run.md" | ||
[components]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow/concepts/components.md" | ||
[components]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/monitor-infrastructure/agent/flow/concepts/components.md" | ||
[Static]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/static" | ||
[Static]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/monitor-infrastructure/agent/static | ||
[Flow]: "/docs/agent/ -> /docs/agent/<AGENT_VERSION>/flow" | ||
[Flow]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/monitor-infrastructure/agent/flow" | ||
{{% /docs/reference %}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters