Skip to content

Commit

Permalink
Update OpenTelemetry hook example to send metrics to the console
Browse files Browse the repository at this point in the history
Signed-off-by: André Silva <[email protected]>
  • Loading branch information
askpt committed Dec 14, 2023
1 parent 67eb243 commit 4cb73a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenFeature.Contrib.Hooks.Otel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ For this hook to function correctly a global `MeterProvider` must be set, an exa

### Example

The following example demonstrates the use of the `OpenTelemetry hook` with the `OpenFeature dotnet-sdk`. The metrics are sent to a `prometheus` OTLP collector running at `localhost:4317`.
The following example demonstrates the use of the `OpenTelemetry hook` with the `OpenFeature dotnet-sdk`. The metrics are sent to the `console`.

```csharp
using OpenFeature.Contrib.Providers.Flagd;
Expand Down

0 comments on commit 4cb73a5

Please sign in to comment.