File tree 2 files changed +5
-0
lines changed
opentelemetry-semantic-conventions/src/opentelemetry/semconv/metrics
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
- Adds environment variables for log exporter
10
10
([ #3037 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3037 ) )
11
11
12
+ - Add db metric name to semantic conventions
13
+ ([ #3115 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/3115 ) )
14
+
12
15
## Version 1.15.0/0.36b0 (2022-12-09)
13
16
14
17
- Regenerate opentelemetry-proto to be compatible with protobuf 3 and 4
Original file line number Diff line number Diff line change @@ -30,3 +30,5 @@ class MetricInstruments:
30
30
HTTP_CLIENT_REQUEST_SIZE = "http.client.request.size"
31
31
32
32
HTTP_CLIENT_RESPONSE_SIZE = "http.client.response.size"
33
+
34
+ DB_CLIENT_CONNECTIONS_USAGE = "db.client.connections.usage"
You can’t perform that action at this time.
0 commit comments