Skip to content

Commit

Permalink
Merge pull request #33 from wavefrontHQ/update-readme
Browse files Browse the repository at this point in the history
Update readme for local prom adapter test
  • Loading branch information
helen-shao authored May 3, 2022
2 parents 96056c3 + ea8d100 commit 58eaa41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ go get github.com/wavefronthq/prometheus-storage-adapter
2. Build it:
```
cd $(GOPATH)/src/github.com/wavefronthq/prometheus-storage-adapter
make deps build
go mod tidy
go mod vendor
make build
```

## Configuration
Expand Down
5 changes: 3 additions & 2 deletions hack/test/README.md
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."

0 comments on commit 58eaa41

Please sign in to comment.