From 6cb1b0515584ca9d15379870ebc282d94e339dfa Mon Sep 17 00:00:00 2001 From: stijnmoreels <9039753+stijnmoreels@users.noreply.github.com> Date: Fri, 6 Jan 2023 09:48:53 +0100 Subject: [PATCH] docs: correct introduction --- docs/preview/01-index.md | 2 +- docs/versioned_docs/version-v2.6.0/01-index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/preview/01-index.md b/docs/preview/01-index.md index 7363178d..5c02b855 100644 --- a/docs/preview/01-index.md +++ b/docs/preview/01-index.md @@ -7,7 +7,7 @@ sidebar_label: Welcome # Introduction -Arcus Observability allows you to work easily with Azure Application Insights telemetry. Instead of managing logging, correlation, tracking, Arcus Observability allows you to work with the common `ILogger` infrastructure and still be able to write multi-dimensional telemetry data. The library supports multiple telemetry types like tracking dependencies, requests, events, metrics, while also be able to filter with Serilog filters and enrich with custom correlation. +Arcus Observability allows you to work easily with Azure Application Insights telemetry by making use of the common `ILogger` infrastructure to track dependencies, log custom metrics and log multi-dimensional telemetry data. The library supports multiple telemetry types like tracking dependencies, requests, events, metrics, while also be able to filter with Serilog filters and enrich with custom correlation. ![Logger Arcus - Application Insights](/img/logger-arcus-appinsights.png) diff --git a/docs/versioned_docs/version-v2.6.0/01-index.md b/docs/versioned_docs/version-v2.6.0/01-index.md index 7363178d..5c02b855 100644 --- a/docs/versioned_docs/version-v2.6.0/01-index.md +++ b/docs/versioned_docs/version-v2.6.0/01-index.md @@ -7,7 +7,7 @@ sidebar_label: Welcome # Introduction -Arcus Observability allows you to work easily with Azure Application Insights telemetry. Instead of managing logging, correlation, tracking, Arcus Observability allows you to work with the common `ILogger` infrastructure and still be able to write multi-dimensional telemetry data. The library supports multiple telemetry types like tracking dependencies, requests, events, metrics, while also be able to filter with Serilog filters and enrich with custom correlation. +Arcus Observability allows you to work easily with Azure Application Insights telemetry by making use of the common `ILogger` infrastructure to track dependencies, log custom metrics and log multi-dimensional telemetry data. The library supports multiple telemetry types like tracking dependencies, requests, events, metrics, while also be able to filter with Serilog filters and enrich with custom correlation. ![Logger Arcus - Application Insights](/img/logger-arcus-appinsights.png)