@opentelemetry/instrumentation-socket.io
Version:
OpenTelemetry instrumentation for `socket.io` messaging server implementation for Socket.IO communication
21 lines • 981 B
TypeScript
/**
* Deprecated, use `messaging.operation.type` instead.
*
* @example publish
* @example create
* @example process
*
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
*
* @deprecated Replaced by `messaging.operation.type`.
*/
export declare const ATTR_MESSAGING_OPERATION: "messaging.operation";
/**
* The messaging system as identified by the client instrumentation.
*
* @note The actual messaging system may differ from the one known by the client. For example, when using Kafka client libraries to communicate with Azure Event Hubs, the `messaging.system` is set to `kafka` based on the instrumentation's best knowledge.
*
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
*/
export declare const ATTR_MESSAGING_SYSTEM: "messaging.system";
//# sourceMappingURL=semconv.d.ts.map