Skip to content

Commit 0d38081

Browse files
authored
docs: remove key column on readme (#2132)
A key column was added to several READMEs, but it was decided to not have them anymore. So this commit removes the column from the doc that were already added.
1 parent 2d709ec commit 0d38081

File tree

5 files changed

+32
-32
lines changed
  • plugins
    • node
    • web/opentelemetry-instrumentation-document-load

5 files changed

+32
-32
lines changed

plugins/node/instrumentation-undici/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,21 @@ Ref: [opentelemetry-js/issues/4235](https://github.com/open-telemetry/openteleme
7171

7272
Attributes collected:
7373

74-
| Attribute | Short Description | Notes |
75-
| ------------ | ---------------------------------- | ----------------- |
76-
| `http.request.method` | HTTP request method. | Key: `HTTP_REQUEST_METHOD` |
77-
| `http.request.method_original` | Original HTTP method sent by the client in the request line. | Key: `HTTP_REQUEST_METHOD_ORIGINAL` |
78-
| `url.full` | Absolute URL describing a network resource according to [RFC3986](https://www.rfc-editor.org/rfc/rfc3986). | Key: `URL_FULL` |
79-
| `url.path` | The [URI path](https://www.rfc-editor.org/rfc/rfc3986#section-3.3) component. | Key: `URL_PATH` |
80-
| `url.query` | The [URI query](https://www.rfc-editor.org/rfc/rfc3986#section-3.4) component. | Key: `URL_QUERY` |
81-
| `url.scheme` | HTTP request method. | Key: `URL_SCHEME` |
82-
| `server.address` | Server domain name, IP address or Unix domain socket name. | Key: `HTTP_REQUEST_METHOD` |
83-
| `server.port` | Server port number. | Key: `HTTP_REQUEST_METHOD` |
84-
| `user_agent.original` | Value of the HTTP User-Agent header sent by the client. | Key: `USER_AGENT_ORIGINAL` |
85-
| `network.peer.address` | Peer address of the network connection - IP address or Unix domain socket name. | Key: `NETWORK_PEER_ADDRESS` |
86-
| `network.peer.port` | Peer port number of the network connection. | Key: `NETWORK_PEER_PORT` |
87-
| `http.response.status_code` | [HTTP response status code](https://tools.ietf.org/html/rfc7231#section-6). | Key: `HTTP_RESPONSE_STATUS_CODE` |
88-
| `error.type` | Describes a class of error the operation ended with. | Key: `ERROR_TYPE` |
74+
| Attribute | Short Description |
75+
| ------------------------------ | ---------------------------------------------------------------------------------------------------------- |
76+
| `error.type` | Describes a class of error the operation ended with. |
77+
| `http.request.method` | HTTP request method. |
78+
| `http.request.method_original` | Original HTTP method sent by the client in the request line. |
79+
| `http.response.status_code` | [HTTP response status code](https://tools.ietf.org/html/rfc7231#section-6). |
80+
| `network.peer.address` | Peer address of the network connection - IP address or Unix domain socket name. |
81+
| `network.peer.port` | Peer port number of the network connection. |
82+
| `server.address` | Server domain name, IP address or Unix domain socket name. |
83+
| `server.port` | Server port number. |
84+
| `url.full` | Absolute URL describing a network resource according to [RFC3986](https://www.rfc-editor.org/rfc/rfc3986). |
85+
| `url.path` | The [URI path](https://www.rfc-editor.org/rfc/rfc3986#section-3.3) component. |
86+
| `url.query` | The [URI query](https://www.rfc-editor.org/rfc/rfc3986#section-3.4) component. |
87+
| `url.scheme` | HTTP request method. |
88+
| `user_agent.original` | Value of the HTTP User-Agent header sent by the client. |
8989

9090
## Useful links
9191

plugins/node/opentelemetry-instrumentation-express/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ This package uses `@opentelemetry/semantic-conventions` version `1.22+`, which i
148148

149149
Attributes collected:
150150

151-
| Attribute | Short Description | Notes |
152-
| ------------ | ---------------------------------- | -------------------------- |
153-
| `http.route` | The matched route (path template). | Key: `SEMATTRS_HTTP_ROUTE` |
151+
| Attribute | Short Description |
152+
| ------------ | ---------------------------------- |
153+
| `http.route` | The matched route (path template). |
154154

155155
## Useful links
156156

plugins/node/opentelemetry-instrumentation-fastify/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ This package uses `@opentelemetry/semantic-conventions` version `1.22+`, which i
7474

7575
Attributes collected:
7676

77-
| Attribute | Short Description | Notes |
78-
| ------------ | ---------------------------------- | -------------------------- |
79-
| `http.route` | The matched route (path template). | Key: `SEMATTRS_HTTP_ROUTE` |
77+
| Attribute | Short Description |
78+
| ------------ | ---------------------------------- |
79+
| `http.route` | The matched route (path template). |
8080

8181
## Useful links
8282

plugins/node/opentelemetry-instrumentation-redis/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ This package uses `@opentelemetry/semantic-conventions` version `1.22+`, which i
8080

8181
Attributes collected:
8282

83-
| Attribute | Short Description | Notes |
84-
|------------------------|--------------------------------------------------------------|--------------------------------------|
85-
| `db.connection_string` | URL to Redis server address, of the form `redis://host:port` | Key: `SEMATTRS_DB_CONNECTION_STRING` |
86-
| `db.statement` | Executed Redis statement | Key: `SEMATTRS_DB_STATEMENT` |
87-
| `db.system` | Database identifier; always `redis` | Key: `SEMATTRS_DB_SYSTEM` |
88-
| `net.peer.name` | Hostname or IP of the connected Redis server | Key: `SEMATTRS_NET_PEER_NAME` |
89-
| `net.peer.port` | Port of the connected Redis server | Key: `SEMATTRS_NET_PORT_NAME` |
83+
| Attribute | Short Description |
84+
|------------------------|--------------------------------------------------------------|
85+
| `db.connection_string` | URL to Redis server address, of the form `redis://host:port` |
86+
| `db.statement` | Executed Redis statement |
87+
| `db.system` | Database identifier; always `redis` |
88+
| `net.peer.name` | Hostname or IP of the connected Redis server |
89+
| `net.peer.port` | Port of the connected Redis server |
9090

9191
## Useful links
9292

plugins/web/opentelemetry-instrumentation-document-load/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ This package uses `@opentelemetry/semantic-conventions` version `1.22+`, which i
117117

118118
Attributes collected:
119119

120-
| Attribute | Short Description | Notes |
121-
| ----------------- | ------------------------------------------------------------------------------ | ------------------------------- |
122-
| `http.url` | Full HTTP request URL in the form `scheme://host[:port]/path?query[#fragment]` | Key: `SEMATTRS_HTTP_URL` |
123-
| `http.user_agent` | Value of the HTTP User-Agent header sent by the client | Key: `SEMATTRS_HTTP_USER_AGENT` |
120+
| Attribute | Short Description |
121+
| ----------------- | ------------------------------------------------------------------------------ |
122+
| `http.url` | Full HTTP request URL in the form `scheme://host[:port]/path?query[#fragment]` |
123+
| `http.user_agent` | Value of the HTTP User-Agent header sent by the client |
124124

125125
## Useful links
126126

0 commit comments

Comments
 (0)