Skip to content

Commit

Permalink
Doc update to use 1.2.0 stable version. (#3242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Ting authored May 2, 2022
1 parent b8aaf1a commit f2b6671
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 f2b6671

Please sign in to comment.