Skip to content

Commit 5187b63

Browse files
committed
Combine groups in templates
1 parent d11bd6d commit 5187b63

File tree

22 files changed

+155
-251
lines changed

22 files changed

+155
-251
lines changed

docs/registry/attributes/android.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ The Android platform on which the Android application is running.
3131

3232
| Key | Value Type | Summary | Example Values | Deprecation Explanation |
3333
|---|---|---|---|---|
34-
| <a id="android-state" href="#android-state">`android.state`</a> | string | This attribute represents the state of the application. [1] | `created`; `background`; `foreground` | Use `android.app.state` instead. |
35-
36-
**[1] `android.state`:** The Android lifecycle states are defined in [Activity lifecycle callbacks](https://developer.android.com/guide/components/activities/activity-lifecycle#lc), and from which the `OS identifiers` are derived.
34+
| <a id="android-state" href="#android-state">`android.state`</a> | string | Deprecated. Use `android.app.state` attribute instead. | `created`; `background`; `foreground` | Use `android.app.state` instead. |
3735

3836
---
3937

docs/registry/attributes/code.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
# Code
55

6-
- [Code Attributes](#code-attributes)
7-
- [Deprecated Code Attributes](#deprecated-code-attributes)
8-
96
## Code Attributes
107

118
These attributes provide context about source code
@@ -36,10 +33,6 @@ Examples:
3633
* Rust: `playground::my_module::my_cool_func`
3734
* C function: `fopen`
3835

39-
## Deprecated Code Attributes
40-
41-
These deprecated attributes provide context about source code
42-
4336
<details>
4437
<summary><b>Deprecated Attributes:</b></summary>
4538

docs/registry/attributes/container.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
# Container
55

6-
- [Container Attributes](#container-attributes)
7-
- [Deprecated Container Attributes](#deprecated-container-attributes)
8-
96
## Container Attributes
107

118
A container instance.
@@ -44,10 +41,6 @@ The ID is assigned by the container runtime and can vary in different environmen
4441

4542
**[6] `container.label.<key>`:** For example, a docker container label `app` with value `nginx` SHOULD be recorded as the `container.label.app` attribute with value `"nginx"`.
4643

47-
## Deprecated Container Attributes
48-
49-
Describes deprecated container attributes.
50-
5144
<details>
5245
<summary><b>Deprecated Attributes:</b></summary>
5346

docs/registry/attributes/db.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# DB
55

66
- [General Database Attributes](#general-database-attributes)
7-
- [Deprecated Database Attributes](#deprecated-database-attributes)
87
- [Deprecated Database Metrics](#deprecated-database-metrics)
98

109
## General Database Attributes
@@ -168,10 +167,6 @@ stored procedure name then that stored procedure name SHOULD be used.
168167
| `teradata` | [Teradata](https://www.teradata.com/) | ![Development](https://img.shields.io/badge/-development-blue) |
169168
| `trino` | [Trino](https://trino.io/) | ![Development](https://img.shields.io/badge/-development-blue) |
170169

171-
## Deprecated Database Attributes
172-
173-
Describes deprecated database attributes.
174-
175170
<details>
176171
<summary><b>Deprecated Attributes:</b></summary>
177172

docs/registry/attributes/deployment.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
# Deployment
55

6-
- [Deployment Attributes](#deployment-attributes)
7-
- [Deployment Deprecated Attributes](#deployment-deprecated-attributes)
8-
96
## Deployment Attributes
107

118
This document defines attributes for software deployments.
@@ -36,10 +33,6 @@ considered to be identifying the same service:
3633
| `failed` | failed | ![Development](https://img.shields.io/badge/-development-blue) |
3734
| `succeeded` | succeeded | ![Development](https://img.shields.io/badge/-development-blue) |
3835

39-
## Deployment Deprecated Attributes
40-
41-
Describes deprecated deployment attributes.
42-
4336
<details>
4437
<summary><b>Deprecated Attributes:</b></summary>
4538

docs/registry/attributes/enduser.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
# Enduser
55

6-
- [End User Attributes](#end-user-attributes)
7-
- [Deprecated End User Attributes](#deprecated-end-user-attributes)
8-
96
## End User Attributes
107

118
Describes the end user.
@@ -27,10 +24,6 @@ Describes the end user.
2724
> [!Warning]
2825
> This field contains sensitive (linkable PII) information.
2926
30-
## Deprecated End User Attributes
31-
32-
Describes deprecated enduser attributes.
33-
3427
<details>
3528
<summary><b>Deprecated Attributes:</b></summary>
3629

docs/registry/attributes/exception.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
# Exception
55

6-
- [Exception Attributes](#exception-attributes)
7-
- [Deprecated Exception Attributes](#deprecated-exception-attributes)
8-
96
## Exception Attributes
107

118
This document defines the shared attributes used to report a single exception associated with a span or log.
@@ -18,10 +15,6 @@ This document defines the shared attributes used to report a single exception as
1815
| <a id="exception-stacktrace" href="#exception-stacktrace">`exception.stacktrace`</a> | ![Stable](https://img.shields.io/badge/-stable-lightgreen) | string | A stacktrace as a string in the natural representation for the language runtime. The representation is to be determined and documented by each language SIG. | `Exception in thread "main" java.lang.RuntimeException: Test exception\n at com.example.GenerateTrace.methodB(GenerateTrace.java:13)\n at com.example.GenerateTrace.methodA(GenerateTrace.java:9)\n at com.example.GenerateTrace.main(GenerateTrace.java:5)` |
1916
| <a id="exception-type" href="#exception-type">`exception.type`</a> | ![Stable](https://img.shields.io/badge/-stable-lightgreen) | string | The type of the exception (its fully-qualified class name, if applicable). The dynamic type of the exception should be preferred over the static type in languages that support it. | `java.net.ConnectException`; `OSError` |
2017

21-
## Deprecated Exception Attributes
22-
23-
Deprecated exception attributes.
24-
2518
<details>
2619
<summary><b>Deprecated Attributes:</b></summary>
2720

docs/registry/attributes/feature-flag.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
# Feature flag
55

6-
- [Feature Flag Attributes](#feature-flag-attributes)
7-
- [Deprecated Feature Flag Attributes](#deprecated-feature-flag-attributes)
8-
96
## Feature Flag Attributes
107

118
This document defines attributes for Feature Flags.
@@ -50,10 +47,6 @@ For example, the variant `red` maybe be used for the value `#c05543`.
5047
| `targeting_match` | The resolved value was the result of a dynamic evaluation, such as a rule or specific user-targeting. | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
5148
| `unknown` | The reason for the resolved value could not be determined. | ![Release Candidate](https://img.shields.io/badge/-rc-mediumorchid) |
5249

53-
## Deprecated Feature Flag Attributes
54-
55-
Describes deprecated feature flag attributes.
56-
5750
<details>
5851
<summary><b>Deprecated Attributes:</b></summary>
5952

docs/registry/attributes/gen-ai.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# Gen AI
55

66
- [GenAI Attributes](#genai-attributes)
7-
- [Deprecated GenAI Attributes](#deprecated-genai-attributes)
87
- [Deprecated OpenAI GenAI Attributes](#deprecated-openai-genai-attributes)
98

109
## GenAI Attributes
@@ -235,10 +234,6 @@ Datastore: A tool used by the agent to access and query structured or unstructur
235234
| `input` | Input tokens (prompt, input, etc.) | ![Development](https://img.shields.io/badge/-development-blue) |
236235
| `output` | Output tokens (completion, response, etc.) | ![Development](https://img.shields.io/badge/-development-blue) |
237236

238-
## Deprecated GenAI Attributes
239-
240-
Describes deprecated `gen_ai` attributes.
241-
242237
<details>
243238
<summary><b>Deprecated Attributes:</b></summary>
244239

docs/registry/attributes/http.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
# HTTP
55

6-
- [HTTP Attributes](#http-attributes)
7-
- [Deprecated HTTP Attributes](#deprecated-http-attributes)
8-
96
## HTTP Attributes
107

118
This document defines semantic convention attributes in the HTTP namespace.
@@ -116,10 +113,6 @@ support custom route formatting. Instrumentations SHOULD document the format and
116113
| `QUERY` | QUERY method. | ![Development](https://img.shields.io/badge/-development-blue) |
117114
| `TRACE` | TRACE method. | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
118115

119-
## Deprecated HTTP Attributes
120-
121-
Describes deprecated HTTP attributes.
122-
123116
<details>
124117
<summary><b>Deprecated Attributes:</b></summary>
125118

0 commit comments

Comments
 (0)