Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Disable reporting to grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson committed Aug 20, 2024
1 parent af910cb commit 22d094c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Disable Grafana data collection.

## [0.4.5] - 2024-07-24

### Fixed
Expand Down
2 changes: 2 additions & 0 deletions helm/grafana-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ grafana-agent:
enabled: true

agent:
extraArgs:
- -disable-reporting
securityContext:
privileged: false
listenPort: 8080

0 comments on commit 22d094c

Please sign in to comment.