Skip to content

Commit

Permalink
Update documents status
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Nov 1, 2023
1 parent 4268868 commit 320257e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ path_base_for_github_subdir:

# Semantic Conventions for HTTP

**Status**: [Experimental, Feature-freeze][DocumentStatus]
**Status**: [Mixed][DocumentStatus]

This document defines semantic conventions for HTTP spans, metrics and logs.
They can be used for http and https schemes
Expand Down
6 changes: 3 additions & 3 deletions docs/http/http-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: Metrics

# Semantic Conventions for HTTP Metrics

**Status**: [Experimental, partial feature-freeze][DocumentStatus]
**Status**: [Mixed][DocumentStatus]

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
Expand Down Expand Up @@ -57,7 +57,7 @@ operations. By adding HTTP attributes to metric events it allows for finely tune

### Metric: `http.server.request.duration`

**Status**: [Experimental, Feature-freeze][DocumentStatus]
**Status**: [Stable][DocumentStatus]

This metric is required.

Expand Down Expand Up @@ -430,7 +430,7 @@ SHOULD include the [application root](/docs/http/http-spans.md#http-server-defin

### Metric: `http.client.request.duration`

**Status**: [Experimental, Feature-freeze][DocumentStatus]
**Status**: [Stable][DocumentStatus]

This metric is required.

Expand Down
2 changes: 1 addition & 1 deletion docs/http/http-spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: Spans

# Semantic Conventions for HTTP Spans

**Status**: [Experimental, Feature-freeze][DocumentStatus]
**Status**: [Stable][DocumentStatus]

This document defines semantic conventions for HTTP client and server Spans.
They can be used for http and https schemes
Expand Down

0 comments on commit 320257e

Please sign in to comment.