You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/opentelemetry/get-started/apm-monitoring/opentelemetry-apm-ui.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -446,8 +446,8 @@ The following resource attributes are copied from source data on to APM metrics:
446
446
|[`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`|||||
447
447
|[`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`|||||
448
448
|[`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}`||
451
451
|[`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}`||
452
452
|[`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}`|
453
453
|[`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