Skip to content

Update metrics examples for Envoy v1.10#1085

Merged
stevesloka merged 1 commit intoprojectcontour:masterfrom
kinvolk-archives:rata/update-metrics-envoy-1.10
May 15, 2019
Merged

Update metrics examples for Envoy v1.10#1085
stevesloka merged 1 commit intoprojectcontour:masterfrom
kinvolk-archives:rata/update-metrics-envoy-1.10

Conversation

@rata
Copy link
Contributor

@rata rata commented May 13, 2019

Since the recent upgrade to envoy 1.10 there is no need to use the
statsd sink, as envoy exports those metrics by default to prometheus
now.

This was added on envoy PR:
envoyproxy/envoy#5601 that is included in 1.10.

This commits just removes the statsd references and updates the doc.

With these changes, the statsd-enable contour flag can probably be
removed on a future patch, will create an issue for that.

Fixes: #1035
Signed-off-by: Rodrigo Campos rodrigo@kinvolk.io

@rata
Copy link
Contributor Author

rata commented May 13, 2019

I will try to test the host-split setup on a test cluster (have test others) soon. If someone wants to help testing it, please feel free to do it :)

@davecheney davecheney added this to the 0.13.0 milestone May 13, 2019
@davecheney davecheney requested a review from stevesloka May 13, 2019 10:49
This was referenced May 13, 2019
@rata rata force-pushed the rata/update-metrics-envoy-1.10 branch from 058cf8d to 59a5317 Compare May 13, 2019 11:21
@stevesloka
Copy link
Member

Hey @rata thanks for this! I want to double check the histograms quickly before merging to validate they indeed work the way they are supposed to in v1.10.

@rata
Copy link
Contributor Author

rata commented May 14, 2019

@stevesloka please, go ahead. I've tried it and I'm using contour with envoy 1.10, and I see all the histogram metrics in a test and production environment for a few weeks already, if it helps :)

And thank you :)

@davecheney
Copy link
Contributor

summoning @youngnick for visibility.

Copy link
Member

@stevesloka stevesloka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Thanks for this @rata!! If you could just rebase we'll get this merged. =)

Since the recent upgrade to envoy 1.10 there is no need to use the
statsd sink, as envoy exports those metrics by default to prometheus
now.

This was added on envoy PR:
envoyproxy/envoy#5601 that is included in 1.10.

This commits just removes the statsd references and updates the doc.

With these changes, the statsd-enable contour flag can probably be
removed on a future patch, will create an issue for that.

Fixes: projectcontour#1035
Signed-off-by: Rodrigo Campos <rodrigo@kinvolk.io>
@rata rata force-pushed the rata/update-metrics-envoy-1.10 branch from edd4500 to ac6e484 Compare May 15, 2019 14:52
@rata
Copy link
Contributor Author

rata commented May 15, 2019

@stevesloka thank you! I just rebased :)

@stevesloka stevesloka merged commit e4d9b95 into projectcontour:master May 15, 2019
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

Successfully merging this pull request may close these issues.

Update metrics examples for Envoy v1.10

3 participants