docs(v3.1): publish v3.1 feature docs#632
Open
stijnmoreels wants to merge 1 commit intoarcus-azure:mainfrom
Open
docs(v3.1): publish v3.1 feature docs#632stijnmoreels wants to merge 1 commit intoarcus-azure:mainfrom
stijnmoreels wants to merge 1 commit intoarcus-azure:mainfrom
Conversation
✅ Deploy Preview for arcus-observability ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
fgheysels
reviewed
Feb 10, 2026
|
|
||
| The difference being that the Serilog-variant already assumes that the observability backend is [Azure Application Insights](https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview), while the OpenTelemetry-variant is more flexible in its observability backend. | ||
|
|
||
| Arcus Observability makes a distinction in logging and telemetry, where telemetry is both traces (meaning: service-to-service traces in a trace context, not to be confused with 'logging traces') and metrics. Arcus allows that telemetry gets tracked with a single, central point of contact: the `IObservability` interface facade. The following sections will explain how to introduce this interface in your application. |
Member
There was a problem hiding this comment.
So, with traces you mean requests and dependencies ?
Member
Author
There was a problem hiding this comment.
Yes, this is lingo taken from the W3C Trace-Context/OpenTelemetry.
fgheysels
reviewed
Feb 10, 2026
| ```csharp | ||
| .ConfigureServices(services => | ||
| { | ||
| // highlight-next-line |
Member
There was a problem hiding this comment.
Is this not working in 'diff' mode ?
(That would 've been my first guess, but I see highlighted lines in other code-samples (for instance L33 in 'getting-started.md', but also on line 135 in this file)
Member
Author
There was a problem hiding this comment.
'diff' is more for migration stuff, no? In this case, it is more an 'addition' than a 'replacement'/'difference'.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Publishes the v3.1 feature documentation.