Skip to content
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

Add play framework preview instrumentation #1958

Merged
merged 1 commit into from
Nov 10, 2021

Conversation

vazul
Copy link
Contributor

@vazul vazul commented Nov 10, 2021

Add play framework support as preview instrumentation, as OTEL already has this instrumentation.

@ghost
Copy link

ghost commented Nov 10, 2021

CLA assistant check
All CLA requirements met.

@@ -52,7 +52,8 @@
QUARTZ_DISABLED(21), // preview instrumentation, quartz is ON by default in OTEL
APACHE_CAMEL_DISABLED(22), // preview instrumentation, apache camel is ON by default in OTEL
AKKA_DISABLED(23), // preview instrumentation, akka is ON by default in OTEL
PROPAGATION_DISABLED(24);
PROPAGATION_DISABLED(24),
PLAY_DISABLED(25); // preview instrumentation, play is ON by default in OTEL
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@heyams
Copy link
Contributor

heyams commented Nov 10, 2021

LGTM @trask?

Copy link
Member

@trask trask left a comment

Choose a reason for hiding this comment

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

thanks @vazul!

@trask trask merged commit e75d884 into microsoft:main Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants