Skip to content

Commit

Permalink
Provide note on NuGet package to install for enrichers (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Mar 3, 2020
1 parent c4b227b commit 43fc6c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/features/telemetry-enrichment.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ layout: default

# Telemetry Enrichment

## Installation

This feature requires to install our NuGet package

```shell
PM > Install-Package Arcus.Observability.Telemetry.Serilog
```

## Version Enricher

The `Arcus.Observability.Telemetry.Serilog` library provides a [Serilog enricher](https://github.com/serilog/serilog/wiki/Enrichment)
Expand Down

0 comments on commit 43fc6c5

Please sign in to comment.