Instrumentation extension service #9733
BFergerson
started this conversation in
Ideas
Replies: 1 comment 10 replies
-
This use case seems closely to APM case. I want to hear your suppose first. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking to see what the easiest way to add stack traces to exit spans was and stumbled upon the extension system offered in OpenTelemetry. I'm curious if this is a feature SkyWalking would consider adding. I know my use case is unique, so here is another that may be more universal.
In the manual instrumentation documentation, the following example is given:
I like the idea of adding the
username
andage
tomethodYouWantToTrace
, but what if I wanted to add those tags to any EntrySpan starting with the URI/settings/profile/*
so that they are automatically inserted whenever users make changes to their profile?In my last discussion in which I brought up the possibility of creating a gauge for usernames, that was determined to be business monitoring. Does this also fall under that umbrella? If it does, would SkyWalking consider supporting it? If not, is there an alternative?
Beta Was this translation helpful? Give feedback.
All reactions