-
Notifications
You must be signed in to change notification settings - Fork 937
Open
Labels
never-staletype:feature-trackingA feature with sub-issues that need to be addressedA feature with sub-issues that need to be addressed
Milestone
Description
Issues will be created in js-contrib repo. This is a placeholder for the milestone.
https://opentelemetry.io/docs/specs/semconv/attributes-registry/http/
https://opentelemetry.io/docs/specs/semconv/attributes-registry/network/
instrumentations using http:
- @opentelemetry/instrumentation-nestjs (feat(instrumentation-nestjs-core): support migration to stable HTTP semconv opentelemetry-js-contrib#3080)
SEMATTRS_HTTP_METHOD
,SEMATTRS_HTTP_URL
- @opentelemetry/instrumentation-aws sdk (feat(instrumentation-aws-sdk): support migration to stable HTTP semconv opentelemetry-js-contrib#3077)
SEMATTRS_HTTP_STATUS_CODE
- @opentelemetry/instrumentation-hapi (feat(instrumentation-hapi): support migration to stable HTTP semconv, v1.23.1 opentelemetry-js-contrib#2863)
SEMATTRS_HTTP_METHOD
andSEMATTRS_HTTP_ROUTE
- @opentelemetry/instrumentation-document-load (feat(instrumentation-document-load): support migration to stable HTTP semconv, v1.23.1 opentelemetry-js-contrib#3075)
SEMATTRS_HTTP_URL
andSEMATTRS_HTTP_USER_AGENT
instrumentations using net.*
(see comment #5663 (comment) below):
- instr-amqplib: support
net.*
migration as part of stable HTTP semconv migration - instr-net: support
net.*
migration as part of stable HTTP semconv migration - instr-cassandra-driver: support
net.*
migration as part of stable HTTP semconv migration - instr-ioredis: support
net.*
migration as part of stable HTTP semconv migration - instr-knex: support
net.*
migration as part of stable HTTP semconv migration - instr-memcached: feat(instrumentation-memcached): support net.* and db.* semconv migra… opentelemetry-js-contrib#3169
- instr-mongodb: support
net.*
migration as part of stable HTTP semconv migration - instr-mongoose: support
net.*
migration as part of stable HTTP semconv migration - instr-mysql: support
net.*
migration as part of stable HTTP semconv migration - instr-mysql2: feat(instrumentation-mysql2): support
net.*
and database semconv migration opentelemetry-js-contrib#3137 -
instr-pg: support. Nope.net.*
migration as part of stable HTTP semconv migrationinstr-pg
was the first DB-y instrumentation to add support fordb.*
migration usingOTEL_SEMCONV_STABILITY_OPT_IN=database/dup
. As part of that change the migration ofnet.*
was handled as well. For backwards compat, I [Trent] am inclined to leave instr-pg as is. I'm happy to change it to use...OPT_IN=http[/dup]
fornet.*
if we want to prefer consistency, however. - instr-redis: support
net.*
migration as part of stable HTTP semconv migration - instr-tedious: support
net.*
migration as part of stable HTTP semconv migration
Metadata
Metadata
Assignees
Labels
never-staletype:feature-trackingA feature with sub-issues that need to be addressedA feature with sub-issues that need to be addressed