-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: add az servicebus request tracking (w/o ai support) #250
feat: add az servicebus request tracking (w/o ai support) #250
Conversation
✔️ Deploy Preview for arcus-observability canceled. 🔨 Explore the source changes: b1f36d6 🔍 Inspect the deploy log: https://app.netlify.com/sites/arcus-observability/deploys/61e937e1ea2d3a00071d08e4 |
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com>
Co-authored-by: Frederik Gheysels <frederik.gheysels@telenet.be>
…hub.com/stijnmoreels/arcus.observability into feature/add-servicebus-request-tracking
Co-authored-by: Frederik Gheysels <frederik.gheysels@telenet.be>
…hub.com/stijnmoreels/arcus.observability into feature/add-servicebus-request-tracking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is a good start, and we can continue from here.
Just a few remarks though.
Co-authored-by: Frederik Gheysels <frederik.gheysels@telenet.be>
src/Arcus.Observability.Telemetry.Core/Logging/RequestSourceSystem.cs
Outdated
Show resolved
Hide resolved
src/Arcus.Observability.Telemetry.Core/Logging/RequestSourceSystem.cs
Outdated
Show resolved
Hide resolved
src/Arcus.Observability.Telemetry.Core/Extensions/ILoggerExtensions.cs
Outdated
Show resolved
Hide resolved
…stem.cs Co-authored-by: Frederik Gheysels <frederik.gheysels@telenet.be>
…stem.cs Co-authored-by: Frederik Gheysels <frederik.gheysels@telenet.be>
…hub.com/stijnmoreels/arcus.observability into feature/add-servicebus-request-tracking
…: (If applied, this commit will...) <subject> (Max 50 char)
Yes, that would be good. I add it to the XML docs, and the feature docs. |
Adds request tracking for Azure Service Bus queue/topic/unknown without (yet) Application Insights support.
Closes #242