Skip to content

Commit e1eeb18

Browse files
committed
Add generated metric docs
1 parent d229226 commit e1eeb18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/opentelemetry/get-started/apm-monitoring/opentelemetry-apm-ui.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,8 @@ The following resource attributes are copied from source data on to APM metrics:
446446
| [`OtelHttpServer1_20`](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.20.0/specification/metrics/semantic_conventions/http-metrics.md) | `server` | `http.method IS NOT NULL` | `WebTransaction/server/${http.method} ${http.route}` | `Web` | | | | |
447447
| [`OtelRpcServer1_20`](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.20.0/specification/trace/semantic_conventions/rpc.md) | `server` | `rpc.system IS NOT NULL` | `WebTransaction/server/${rpc.system}/${rpc.service:-unknown}.${rpc.method:-unknown}` | `Web` | | | | |
448448
| [`OtelMessagingConsumer1_24`](https://github.com/open-telemetry/semantic-conventions/blob/v1.24.0/docs/messaging/messaging-spans.md) | `consumer` | `messaging.operation IS NOT NULL` | `OtherTransaction/consumer/${messaging.operation:-unknown}/${messaging.destination.template:-${messaging.destination.name:-unknown}}` | `Other` | | | | |
449-
| [`OtelDbClient1_33`](https://github.com/open-telemetry/semantic-conventions/blob/v1.33.0/docs/database/database-metrics.md) | `internal`<br>`client` | `db.system.name IS NOT NULL` | `transactionName` of the local root span | `transactionType` of the local root span | `${db.system.name}` | `${db.stored_procedure.name:-${db.collection.name:-${__db_summary_to_sql_table__}}}` | `${db.operation.name:-${__db_summary_to_operation__:-unknown}}` | |
450-
| [`OtelDbClientRedis1_24`](https://github.com/open-telemetry/semantic-conventions/blob/v1.24.0/docs/database/database-spans.md) | `client` | `db.system IS NOT NULL`<br>`db.system = 'redis'` | `transactionName` of the local root span | `transactionType` of the local root span | `${db.system}` | `${db.sql.table}` | `${name:-unknown}` | |
449+
| [`OtelDbClient1_33`](https://github.com/open-telemetry/semantic-conventions/blob/v1.33.0/docs/database/database-metrics.md) | `internal`<br/>`client` | `db.system.name IS NOT NULL` | `transactionName` of the local root span | `transactionType` of the local root span | `${db.system.name}` | `${db.stored_procedure.name:-${db.collection.name:-${__db_summary_to_sql_table__}}}` | `${db.operation.name:-${__db_summary_to_operation__:-unknown}}` | |
450+
| [`OtelDbClientRedis1_24`](https://github.com/open-telemetry/semantic-conventions/blob/v1.24.0/docs/database/database-spans.md) | `client` | `db.system IS NOT NULL`<br/>`db.system = 'redis'` | `transactionName` of the local root span | `transactionType` of the local root span | `${db.system}` | `${db.sql.table}` | `${name:-unknown}` | |
451451
| [`OtelDbClient1_24`](https://github.com/open-telemetry/semantic-conventions/blob/v1.24.0/docs/database/database-spans.md) | `client` | `db.system IS NOT NULL` | `transactionName` of the local root span | `transactionType` of the local root span | `${db.system}` | `${db.sql.table}` | `${db.operation:-unknown}` | |
452452
| [`OtelHttpClient1_23`](https://github.com/open-telemetry/semantic-conventions/blob/v1.23.1/docs/http/http-metrics.md) | `client` | `http.request.method IS NOT NULL` | `transactionName` of the local root span | `transactionType` of the local root span | | | | `${server.address:-unknown}` |
453453
| [`OtelHttpClient1_20`](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.20.0/specification/metrics/semantic_conventions/http-metrics.md) | `client` | `http.method IS NOT NULL` | `transactionName` of the local root span | `transactionType` of the local root span | | | | `${net.peer.name:-unknown}` |

0 commit comments

Comments
 (0)