Skip to content

Commit

Permalink
Merge branch 'main' into alanwest/otlp-array-values
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored May 2, 2022
2 parents 289e68b + f2b6671 commit 290b483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/metrics/getting-started-prometheus-grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add a reference to [Prometheus
Exporter](../../../src/OpenTelemetry.Exporter.Prometheus/README.md):

```sh
dotnet add package OpenTelemetry.Exporter.Prometheus --version 1.2.0-rc2
dotnet add package --prerelease OpenTelemetry.Exporter.Prometheus
```

Now, we are going to make some small tweaks to the example in the
Expand Down
2 changes: 1 addition & 1 deletion docs/metrics/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install the
package:

```sh
dotnet add package --prerelease OpenTelemetry.Exporter.Console
dotnet add package OpenTelemetry.Exporter.Console
```

Update the `Program.cs` file with the code from [Program.cs](./Program.cs):
Expand Down

0 comments on commit 290b483

Please sign in to comment.