From ade0ab600acb6f8bf926dbafa47465a73ee0bb37 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 10 Mar 2023 10:39:32 -0500 Subject: [PATCH] [editorial] Use path, not external URL, for link to spec page; and fix broken link (#3310) --- specification/metrics/semantic_conventions/database-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/metrics/semantic_conventions/database-metrics.md b/specification/metrics/semantic_conventions/database-metrics.md index 63c1aebec..a319a5974 100644 --- a/specification/metrics/semantic_conventions/database-metrics.md +++ b/specification/metrics/semantic_conventions/database-metrics.md @@ -58,4 +58,4 @@ Below is a table of the attributes that MUST be included on all connection pool | Name | Type | Description | Examples | Requirement Level | |-------------|--------|------------------------------------------------------------------------------|----------------|-------------------| -| `pool.name` | string | The name of the connection pool; unique within the instrumented application. In case the connection pool implementation does not provide a name, then the [db.connection_string](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/database.md#connection-level-attributes) should be used. | `myDataSource` | Required | +| `pool.name` | string | The name of the connection pool; unique within the instrumented application. In case the connection pool implementation does not provide a name, then the [db.connection_string](/specification/trace/semantic_conventions/database.md#connection-level-attributes) should be used. | `myDataSource` | Required |