Add note that metrics api is alpha (#1426)

* Add note that metrics api is alpha

* fix doc isue

* link fix

* link

* fix lint
This commit is contained in:
Cijo Thomas 2020-10-30 07:22:02 -07:00 committed by GitHub
parent 7cd1961384
commit bdf5ea3547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,14 @@
# Getting Started with OpenTelemetry .NET in 5 Minutes
# Getting Started with OpenTelemetry .NET for Metrics in 5 Minutes
Under construction.
## IMPORTANT NOTE
Metrics API and SDK is in alpha/experimental stage, and are not recommended for
any production use. Both the API, and SDK implementation is subject to
significant changes.
## Sample usage
Check
[TestPrometheusExporter.cs](../../examples/Console/TestPrometheusExporter.cs)
for an example usage of currently implemented Metrics API/SDK along with
Prometheus exporter.