Skip to content

Commit f5fb6b1

Browse files
authored
Add db metric name to semantic conventions (#3115)
1 parent 665bd48 commit f5fb6b1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- Adds environment variables for log exporter
1010
([#3037](https://github.com/open-telemetry/opentelemetry-python/pull/3037))
1111

12+
- Add db metric name to semantic conventions
13+
([#3115](https://github.com/open-telemetry/opentelemetry-python/pull/3115))
14+
1215
## Version 1.15.0/0.36b0 (2022-12-09)
1316

1417
- Regenerate opentelemetry-proto to be compatible with protobuf 3 and 4

opentelemetry-semantic-conventions/src/opentelemetry/semconv/metrics/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ class MetricInstruments:
3030
HTTP_CLIENT_REQUEST_SIZE = "http.client.request.size"
3131

3232
HTTP_CLIENT_RESPONSE_SIZE = "http.client.response.size"
33+
34+
DB_CLIENT_CONNECTIONS_USAGE = "db.client.connections.usage"

0 commit comments

Comments
 (0)