-
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.
- Loading branch information
helen-shao
committed
May 3, 2022
1 parent
033082b
commit ea8d100
Showing
1 changed file
with
3 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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Testing Prometheus Storage Adapter for Wavefront | ||
|
||
1. Update proxy with YOUR_API_TOKEN and YOUR_CLUSTER in hack/test/6-wavefront-proxy.yaml. | ||
2. Apply all yamls within hack/test by | ||
2. Create namespace by `kubectl create namespace monitoring` | ||
3. Apply all yamls within hack/test by | ||
`kubectl apply -f hack/test/` | ||
3. The prometheus metrics should now be available under the metric name with prefix "prometheus." | ||
4. The prometheus metrics should now be available under the metric name with prefix "prometheus." |