googleforgames / googleforgames/open-match-docs

Fix command in telemetry installation

Open
#283 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
CSS
Stars
16
Forks
42
PR merge metrics
No merged PRs in 30d

Description

There are missing/incorrect commands in the [Install Telemetry Backend](https://open-match.dev/site/docs/guides/telemetry/#install-telemetry-backend) helm steps in the documentation
`helm install my-release --namespace open-match open-match/open-match \
--set open-match-override.enabled=true \ # Install the default override configmap
--set open-match-telemetry.enabled=true \ # Enable telemetry logic in Open Match core
--set global.telemetry.jaeger.enabled`

should be set to
`--set global.telemetry.jaeger.enabled`

And there are missing steps to install Prometheus and Grafana in the helm section

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.