Fix small typos (#1745)
This commit is contained in:
parent
527cb4e92a
commit
8d9d4a1ce8
|
|
@ -24,7 +24,7 @@ database metrics and logs.
|
|||
> metric and span names, and unit of measure.
|
||||
> * SHOULD introduce an environment variable `OTEL_SEMCONV_STABILITY_OPT_IN`
|
||||
> in the existing major version which is a comma-separated list of values.
|
||||
> If the list of values includes:
|
||||
> The list of values includes:
|
||||
> * `database` - emit the new, stable database conventions,
|
||||
> and stop emitting the old experimental database conventions
|
||||
> that the instrumentation emitted previously.
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ linkTitle: Metrics
|
|||
> metric and span names, and unit of measure.
|
||||
> * SHOULD introduce an environment variable `OTEL_SEMCONV_STABILITY_OPT_IN`
|
||||
> in the existing major version which is a comma-separated list of values.
|
||||
> If the list of values includes:
|
||||
> The list of values includes:
|
||||
> * `database` - emit the new, stable database conventions,
|
||||
> and stop emitting the old experimental database conventions
|
||||
> that the instrumentation emitted previously.
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ linkTitle: Client Calls
|
|||
> metric and span names, and unit of measure.
|
||||
> * SHOULD introduce an environment variable `OTEL_SEMCONV_STABILITY_OPT_IN`
|
||||
> in the existing major version which is a comma-separated list of values.
|
||||
> If the list of values includes:
|
||||
> The list of values includes:
|
||||
> * `database` - emit the new, stable database conventions,
|
||||
> and stop emitting the old experimental database conventions
|
||||
> that the instrumentation emitted previously.
|
||||
|
|
|
|||
Loading…
Reference in New Issue