Skip to content

Commit

Permalink
Add instruction about stackdriver adapter config (istio#16388)
Browse files Browse the repository at this point in the history
  • Loading branch information
bianpengyuan authored and istio-testing committed Aug 19, 2019
1 parent d9cd0c0 commit 737dcad
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 799 deletions.
28 changes: 28 additions & 0 deletions mixer/adapter/stackdriver/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Mixer Stackdriver Adapter

To enable stackdriver adapter:

1. Download istio/installer repo:
```
git clone https://github.com/istio/installer && cd installer`
```
2. Render and apply Stackdriver adapter manifest:
```
helm template istio-telemetry/mixer-telemetry --execute=templates/stackdriver.yaml -f global.yaml --set mixer.adapters.stackdriver.enabled=true --namespace istio-system | kubectl apply -f -
```
The full Stackdriver adapter template could be found [here](https://github.com/istio/installer/blob/master/istio-telemetry/mixer-telemetry/templates/stackdriver.yaml) with several values to set:
```
mixer:
stackdriver:
enabled: false

auth:
appCredentials: false
apiKey: ""
serviceAccountPath: ""

tracer:
enabled: false
sampleProbability: 1
```
Loading

0 comments on commit 737dcad

Please sign in to comment.