-
Notifications
You must be signed in to change notification settings - Fork 289
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 WCF ServiceBehavior implementation. Resolves #142. #152
Conversation
@Jaans Thanks would you mind updating README with instructions on how to apply to config files? |
src/OpenTelemetry.Contrib.Instrumentation.Wcf/TelemetryServiceBehavior.cs
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #152 +/- ##
=======================================
Coverage 79.37% 79.37%
=======================================
Files 67 67
Lines 1789 1789
=======================================
Hits 1420 1420
Misses 369 369
|
src/OpenTelemetry.Contrib.Instrumentation.Wcf/TelemetryServiceBehavior.cs
Outdated
Show resolved
Hide resolved
…Behavior.cs Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
@CodeBlanch I looked at doing this quick.
My gut instinct is to rename the existing Happy to make those changes, just wanted to validate that's the direction you want it to go down. Let me know. I'll continue making the other changes and refactoring so long. |
…hat adds dispatch behavior to endpoint from both TelemetryServiceBehavior and TelemetryEndpointBehaviorUpdate src/OpenTelemetry.Contrib.Instrumentation.Wcf/TelemetryServiceBehavior.cs Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
@Jaans I'm OK if you want to rename PS: Just to be clear, please drop the "Behaviour" spelling when you do that and go with "Behavior" so it matches the base class. I'm not sure how that "u" snuck in there! |
Rename endpoint behavior element class, update examples and README.md usage documentation. Merge branch 'main' of https://github.com/Jaans/opentelemetry-dotnet-contrib into main
@CodeBlanch OK, that's done too :-) |
Now available in OpenTelemetry.Contrib.Instrumentation.Wcf 1.0.0-rc3 |
Adds IServiceOperationBehavior implementation to enable based configuration of WCF services at the service level.
Refer Microsoft Docs