v0.50.1 breaks statsd/prometheus metrics collection
See original GitHub issueDescribe the bug
Upgrading to v0.50.1
from v0.40.2
breaks the metric collection in prometheues
To Reproduce Upgrade with the procedure in the datawire blog
Upgrading to Ambassador 0.50.1 Ambassador relies on Kubernetes deployments for updates. To update Ambassador, change your Kubernetes manifest to point to quay.io/datawire/ambassador:0.50.1 and run kubectl apply on the updated manifest. Kubernetes will apply a rolling update and update to 0.50.1.
Also note that it is not possible to upgrade vial Helm chart as it still points to 0.40.2
and the Chart is used to define the tag of the docker image.
Expected behavior
- Metrics are displayed in prometheus
- Documentation reflects reality 😉
Versions (please complete the following information):
- Ambassador:
v0.50.1
- Kubernetes environment: AWS via Kops
- Version: 1.10.X
There are some hints on the issues and PRs here and there about a change in this regard, it would be nice to know how to get this working
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (5 by maintainers)
I’ve updated the docs in #1220, and DaveOps is also working on some additional improvements. I believe that addresses this issue.
@tzilist Thanks. Am I sensing that you’re volunteering? 😃