Trask Stalnaker

Results 1261 comments of Trask Stalnaker

hi @wwwlll2001! does Spring Cloud Gateway use some form of routes internally? that's how we are able to get nice "route-based" span names, e.g. by instrumenting Spring MVC, JAXRS, etc...

hi @meiyese! Do you have any findings related @wwwlll2001 comment above? > Spring Cloud Gateway will not set this attribute unless I config some RouterFunctions which I do not need

> GET /api/v1/users/** would probably be more useful this makes sense to me 👍 > but may not be present when not using Path predicate... can you explain this a...

Since there has been no activity on this enhancement for the past year we are closing it to help maintain our backlog. Anyone who would like to work on it...

@jackshirazi does the CI failure on this PR look like same or different issue than you were trying to fix here? https://scans.gradle.com/s/gfqf5jlzidn6q

another failure in the latest SamplingProfilerTest: https://scans.gradle.com/s/2dbaqboab5fr6

this is what we did in Java repos: https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14157

I really like the idea of having a standard way to implement disabled-by-default metrics. We have several of these in Java instrumentation, and each one currently needs to have its...