Pablo
Pablo
@MarcoRob are you working on this?
hm from #17473 it seems more complex, huh? we'll see what I can do...
gotcha. thanks @MarcoRob !
made both changes @evan-bradley : ) thanks! PTAL
yeah good question - I believe users would create an `internal_metrics` source, and among these internal metrics we'd have this particular histogram. (newbie assumption): They can probably define histogram buckets...
I'll fix up failed CI this evening (EST tzone)
@jszwedko thanks for the review! Hopefully changes are enough!
I've actually changed these because I was intending to cover the lower-level protocols (UDP, TCP-based ones), and was actually covering higher-level ones (HTTP-based ones) - please take another look? @jszwedko
fwiw the fact that the possible regression appears in two different tests in two different runs (and those two tests are not correlated between runs) makes me think the regressions...
Hi Neville! I work on Beam metrics. Currently, `counter.inc()` is a no-op if called outside any metrics context. This can be fixed in Beam - I'll file a bug in...