This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release operator version: 2.3.0 (#336)
Co-authored-by: Mark Michael <[email protected]> Co-authored-by: Jeremy Alvis <[email protected]>
- Loading branch information
1 parent
244402e
commit b9918b8
Showing
5 changed files
with
70 additions
and
11 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
18 changes: 18 additions & 0 deletions
18
deploy/kubernetes/scenarios/wavefront-disable-control-plane-metrics.yaml
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,18 @@ | ||
# Need to change YOUR_CLUSTER_NAME, YOUR_WAVEFRONT_URL accordingly | ||
apiVersion: wavefront.com/v1alpha1 | ||
kind: Wavefront | ||
metadata: | ||
name: wavefront | ||
namespace: observability-system | ||
spec: | ||
clusterName: YOUR_CLUSTER_NAME | ||
wavefrontUrl: YOUR_WAVEFRONT_URL | ||
dataCollection: | ||
metrics: | ||
enable: true | ||
# turn off control plane metrics with the following feature flag | ||
controlPlane: | ||
enable: false #defaults to true | ||
dataExport: | ||
wavefrontProxy: | ||
enable: true |
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