Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix command in telemetry installation #283

Open
syntxerror opened this issue Dec 1, 2022 · 0 comments
Open

Fix command in telemetry installation #283

syntxerror opened this issue Dec 1, 2022 · 0 comments

Comments

@syntxerror
Copy link
Contributor

There are missing/incorrect commands in the 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant