Mark initial set of HTTP semantic conventions as frozen (#105)

This commit is contained in:
Trask Stalnaker 2023-06-23 11:49:37 -07:00 committed by GitHub
parent 29c9b6bc62
commit 7add90dceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 2 deletions

View File

@ -94,3 +94,5 @@ release.
([#17](https://github.com/open-telemetry/opentelemetry-specification/pull/17)) ([#17](https://github.com/open-telemetry/opentelemetry-specification/pull/17))
- Mark service.version as stable. - Mark service.version as stable.
([#106](https://github.com/open-telemetry/semantic-conventions/pull/106)) ([#106](https://github.com/open-telemetry/semantic-conventions/pull/106))
- Mark initial set of HTTP semantic conventions as frozen
([#105](https://github.com/open-telemetry/semantic-conventions/pull/105))

View File

@ -4,7 +4,7 @@ linkTitle: HTTP
# Semantic Conventions for HTTP Metrics # Semantic Conventions for HTTP Metrics
**Status**: [Experimental][DocumentStatus] **Status**: [Experimental, partial feature-freeze][DocumentStatus]
The conventions described in this section are HTTP specific. When HTTP operations occur, The conventions described in this section are HTTP specific. When HTTP operations occur,
metric events about those operations will be generated and reported to provide insight into the metric events about those operations will be generated and reported to provide insight into the
@ -55,6 +55,8 @@ operations. By adding HTTP attributes to metric events it allows for finely tune
### Metric: `http.server.duration` ### Metric: `http.server.duration`
**Status**: [Experimental, Feature-freeze][DocumentStatus]
This metric is required. This metric is required.
When this metric is reported alongside an HTTP server span, the metric value SHOULD be the same as the HTTP server span duration. When this metric is reported alongside an HTTP server span, the metric value SHOULD be the same as the HTTP server span duration.
@ -137,6 +139,8 @@ SHOULD NOT be set if only IP address is available and capturing name would requi
### Metric: `http.server.active_requests` ### Metric: `http.server.active_requests`
**Status**: [Experimental][DocumentStatus]
This metric is optional. This metric is optional.
<!-- semconv metric.http.server.active_requests(metric_table) --> <!-- semconv metric.http.server.active_requests(metric_table) -->
@ -204,6 +208,8 @@ SHOULD NOT be set if only IP address is available and capturing name would requi
### Metric: `http.server.request.size` ### Metric: `http.server.request.size`
**Status**: [Experimental][DocumentStatus]
This metric is optional. This metric is optional.
<!-- semconv metric.http.server.request.size(metric_table) --> <!-- semconv metric.http.server.request.size(metric_table) -->
@ -280,6 +286,8 @@ SHOULD NOT be set if only IP address is available and capturing name would requi
### Metric: `http.server.response.size` ### Metric: `http.server.response.size`
**Status**: [Experimental][DocumentStatus]
This metric is optional. This metric is optional.
<!-- semconv metric.http.server.response.size(metric_table) --> <!-- semconv metric.http.server.response.size(metric_table) -->
@ -358,6 +366,8 @@ SHOULD NOT be set if only IP address is available and capturing name would requi
### Metric: `http.client.duration` ### Metric: `http.client.duration`
**Status**: [Experimental, Feature-freeze][DocumentStatus]
This metric is required. This metric is required.
When this metric is reported alongside an HTTP client span, the metric value SHOULD be the same as the HTTP client span duration. When this metric is reported alongside an HTTP client span, the metric value SHOULD be the same as the HTTP client span duration.
@ -431,6 +441,8 @@ SHOULD NOT be set if capturing it would require an extra DNS lookup.
### Metric: `http.client.request.size` ### Metric: `http.client.request.size`
**Status**: [Experimental][DocumentStatus]
This metric is optional. This metric is optional.
<!-- semconv metric.http.client.request.size(metric_table) --> <!-- semconv metric.http.client.request.size(metric_table) -->
@ -498,6 +510,8 @@ SHOULD NOT be set if capturing it would require an extra DNS lookup.
### Metric: `http.client.response.size` ### Metric: `http.client.response.size`
**Status**: [Experimental][DocumentStatus]
This metric is optional. This metric is optional.
<!-- semconv metric.http.client.response.size(metric_table) --> <!-- semconv metric.http.client.response.size(metric_table) -->

View File

@ -1,6 +1,6 @@
# Semantic conventions for HTTP spans # Semantic conventions for HTTP spans
**Status**: [Experimental][DocumentStatus] **Status**: [Experimental, Feature-freeze][DocumentStatus]
This document defines semantic conventions for HTTP client and server Spans. This document defines semantic conventions for HTTP client and server Spans.
They can be used for http and https schemes They can be used for http and https schemes