-
Notifications
You must be signed in to change notification settings - Fork 43
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
Document and fix recorded metric forwarding #266
Document and fix recorded metric forwarding #266
Conversation
The build failure here seems to be unrelated to the PR:
|
The |
Hey @igorpeshansky thanks for the feedback! Sorry I haven't been able to get to this yet but it's on my last for May. |
d0f7588
to
64a5e2a
Compare
So, uh, obviously this is a bit later than May. But I've updated the PR with all of your comments hopefully addressed, and it's running happily in our testing environment! |
64a5e2a
to
e07e745
Compare
@igorpeshansky happy new year! Sorry for letting this slide for so long since your review; if you get a moment I think it's more or less good to go now. |
@davidbtucker @igorpeshansky gentle ping :) |
@davidbtucker @igorpeshansky gentle re-ping :) Sorry to be a pest about this; if it sweetens the pot at all, what I'm hoping to get out of this is a nice long public blog post about how to use the sidecar to pull metrics out of GKE clusters using the Linkerd service mesh (rather than Istio) and get them into Google Service Monitoring as SLOs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for letting this fall through the cracks.
This should address most of Stackdriver#104 - fix target cache lookup for recorded metrics - update documentation with examples Also: allow overriding docker FROM target with DOCKER_IMAGE_BASE env var (helpful for testing and runtime scenarios where /bin/sh is needed)
e07e745
to
03c8152
Compare
@igorpeshansky no worries -- multiple months of the lag were on my end so I'm in no position to cast stones. Looking forward to getting this merged! Once it is, can I agitate for an 0.11 release? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This was a bug fix, not a new feature, so we didn't bump the minor version. 0.10.1 has just been released. |
This should address most of #104
Also: allow overriding docker FROM target with DOCKER_IMAGE_BASE env var
(helpful for testing and runtime scenarios where /bin/sh is needed)