Skip to content

Add span decoration config#4998

Merged
jpbempel merged 1 commit into
masterfrom
jpbempel/span-decoration
Mar 30, 2023
Merged

Add span decoration config#4998
jpbempel merged 1 commit into
masterfrom
jpbempel/span-decoration

Conversation

@jpbempel

@jpbempel jpbempel commented Mar 30, 2023

Copy link
Copy Markdown
Member

What Does This Do

Add support for decorating current active or root span with dynamic tag values taken from the context where the probe is set. Adding the tag can also depend on condition

Motivation

Introduced new kind of probe to decorate existing span with dynamic tags

Additional Notes

Instrumentation will be implemented in next PR

Add support for decorating current active or root span with
dynamic tag values taken from the context where the probe is set.
Adding the tag can also depend on condition
@jpbempel
jpbempel requested a review from a team as a code owner March 30, 2023 16:52
@jpbempel
jpbempel requested review from shatzi and removed request for a team March 30, 2023 16:52
}
addMetricProbes(other.getMetricProbes());
addLogProbes(other.getLogProbes());
addSpanProbes(other.getSpanProbes());

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

😄

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

do we need this function? as we removed support for service configuration maybe we can drop this?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

yeah will remove it in a next PR

@jpbempel
jpbempel merged commit d47ed75 into master Mar 30, 2023
@jpbempel
jpbempel deleted the jpbempel/span-decoration branch March 30, 2023 19:30
@github-actions github-actions Bot added this to the 1.11.2 milestone Mar 30, 2023
@jpbempel jpbempel added the comp: debugger Dynamic Instrumentation label Mar 30, 2023
@bantonsson bantonsson modified the milestones: 1.11.2, 1.12.0 Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: debugger Dynamic Instrumentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants