Skip to content

Commit

Permalink
initial (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Ting authored Oct 14, 2022
1 parent eeca089 commit 427758d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/OpenTelemetry.Instrumentation.Process/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Changelog

## Unreleased
## 0.1.0-alpha.1

* This is the first release of `OpenTelemetry.Instrumentation.Process` package.

For more details, please refer to the [README](README.md).
3 changes: 1 addition & 2 deletions src/OpenTelemetry.Instrumentation.Process/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ Process instrumentation should be enabled at application startup using the
```csharp
using var meterProvider = Sdk.CreateMeterProviderBuilder()
.AddProcessInstrumentation()
.AddPrometheusHttpListener(
options => options.UriPrefixes = new string[] { "http://localhost:9464/" })
.AddPrometheusHttpListener()
.Build();
```

Expand Down

0 comments on commit 427758d

Please sign in to comment.