XRay


Literals

Namespace: XRay
Attributes:
[<AutoOpen>]

Conventions for tags keys and values.

Functions and values

Function or valueDescription
EVENT_TYPE_COMPLETED
Signature: string
Attributes:
[<Literal>]

The event type indicating that an operation completed.

EVENT_TYPE_ERROR
Signature: string
Attributes:
[<Literal>]

The event type indicating an ERROR message.

EVENT_TYPE_INFO
Signature: string
Attributes:
[<Literal>]

The event type indicating an INFO message.

EVENT_TYPE_STARTED
Signature: string
Attributes:
[<Literal>]

The event type indicating an operation started.

TAG_CHANNEL
Signature: string
Attributes:
[<Literal>]

The channel ("http"|"kafka"|"azureq"|"eventstore")

TAG_CLIENT_OP
Signature: string
Attributes:
[<Literal>]

The name of the client operation.

TAG_MESSAGE
Signature: string
Attributes:
[<Literal>]

A generic message tag.

TAG_OP_DURATION
Signature: string
Attributes:
[<Literal>]

The duration of an operation.

TAG_PARENT_SPAN_ID
Signature: string
Attributes:
[<Literal>]

The parent span id (guid).

TAG_ROLE
Signature: string
Attributes:
[<Literal>]

The role of the service emitting the event with respect to the message handled ("(c)lient"|"(s)erver"|"(p)roducer"|"co(n)sumer")

TAG_SERVICE_NAME
Signature: string
Attributes:
[<Literal>]

This tag contain the service name.

TAG_SPAN
Signature: string
Attributes:
[<Literal>]

This tag contains the operation/span name.

TAG_SPAN_ID
Signature: string
Attributes:
[<Literal>]

The span id (guid).

TAG_VALUE_CHANNEL_AZUREBUS
Signature: string
Attributes:
[<Literal>]

Azure Service Bus channel

TAG_VALUE_CHANNEL_AZUREQUEUE
Signature: string
Attributes:
[<Literal>]

AzureQueues channel.

TAG_VALUE_CHANNEL_EVENTSTORE
Signature: string
Attributes:
[<Literal>]

EventStore channel.

TAG_VALUE_CHANNEL_HTTP
Signature: string
Attributes:
[<Literal>]

HTTP channel.

TAG_VALUE_CHANNEL_KAFKA
Signature: string
Attributes:
[<Literal>]

Kafka channel.

TAG_VALUE_ROLE_CLIENT
Signature: string
Attributes:
[<Literal>]
TAG_VALUE_ROLE_CONSUMER
Signature: string
Attributes:
[<Literal>]
TAG_VALUE_ROLE_PRODUCER
Signature: string
Attributes:
[<Literal>]
TAG_VALUE_ROLE_SERVER
Signature: string
Attributes:
[<Literal>]
Fork me on GitHub