rename api.md to old_api.md and update links (#1674)

This commit is contained in:
Reiley Yang 2021-05-06 14:53:04 -07:00 committed by GitHub
parent 786bc86d2b
commit b2d24ae1a5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ See also [Metric names and labels](https://prometheus.io/docs/concepts/data_mode
in the Prometheus data model documentation. in the Prometheus data model documentation.
OpenMetrics does not allow metric names to begin with a digit. OpenTelemetry's OpenMetrics does not allow metric names to begin with a digit. OpenTelemetry's
[instrument naming requirements](../api.md#instrument-naming-requirements) also [instrument naming requirements](../new_api.md#instrument-naming-rule) also
require that the first character of a metric instrument is non-numeric. require that the first character of a metric instrument is non-numeric.
If a metric event is generated in OpenTelemetry that does not conform to this If a metric event is generated in OpenTelemetry that does not conform to this