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:
parent
7cd1961384
commit
bdf5ea3547
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue