-
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.
Merge pull request #33 from wavefrontHQ/update-readme
Update readme for local prom adapter test
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 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
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." |