Skip to main content

Enumeration: PuristaSpanName


PURISTA API / Modules / @purista/core / PuristaSpanName

Enumeration: PuristaSpanName

@purista/core.PuristaSpanName

Opentelemetry span names used by PURISTA framework

Table of contents

Enumeration Members

Enumeration Members

ConfigStoreGetValue

ConfigStoreGetValue = "purista.configStore.getValue"

Defined in

core/types/PuristaSpanName.enum.ts:20open in new window


ConfigStoreRemoveValue

ConfigStoreRemoveValue = "purista.configStore.removeValue"

Defined in

core/types/PuristaSpanName.enum.ts:22open in new window


ConfigStoreSetValue

ConfigStoreSetValue = "purista.configStore.setValue"

Defined in

core/types/PuristaSpanName.enum.ts:21open in new window


EventBridgeCommandReceived

EventBridgeCommandReceived = "purista.command.received"

Defined in

core/types/PuristaSpanName.enum.ts:11open in new window


EventBridgeCommandResponse

EventBridgeCommandResponse = "purista.command.response"

Defined in

core/types/PuristaSpanName.enum.ts:7open in new window


EventBridgeCommandResponseReceived

EventBridgeCommandResponseReceived = "purista.command.response.received"

Defined in

core/types/PuristaSpanName.enum.ts:13open in new window


EventBridgeCommandResponseSent

EventBridgeCommandResponseSent = "purista.command.response.sent"

Defined in

core/types/PuristaSpanName.enum.ts:12open in new window


EventBridgeCommandSent

EventBridgeCommandSent = "purista.command.sent"

Defined in

core/types/PuristaSpanName.enum.ts:10open in new window


EventBridgeEmitMessage

EventBridgeEmitMessage = "purista.emit.MessageToBridge"

Defined in

core/types/PuristaSpanName.enum.ts:5open in new window


EventBridgeHandleIncomingMessage

EventBridgeHandleIncomingMessage = "purista.handle.incomingMessage"

Defined in

core/types/PuristaSpanName.enum.ts:8open in new window


EventBridgeInvokeCommand

EventBridgeInvokeCommand = "purista.command.invoke"

Defined in

core/types/PuristaSpanName.enum.ts:6open in new window


EventBridgeSubscriptionEventReceived

EventBridgeSubscriptionEventReceived = "purista.subscription.eventReceived"

Defined in

core/types/PuristaSpanName.enum.ts:14open in new window


KubernetesHttpRequest

KubernetesHttpRequest = "purist.kubernetes.HttpRequest"

Defined in

core/types/PuristaSpanName.enum.ts:28open in new window


SecretStoreGetValue

SecretStoreGetValue = "purista.secretStore.getValue"

Defined in

core/types/PuristaSpanName.enum.ts:16open in new window


SecretStoreRemoveValue

SecretStoreRemoveValue = "purista.secretStore.removeValue"

Defined in

core/types/PuristaSpanName.enum.ts:18open in new window


SecretStoreSetValue

SecretStoreSetValue = "purista.secretStore.setValue"

Defined in

core/types/PuristaSpanName.enum.ts:17open in new window


StateStoreGetValue

StateStoreGetValue = "purista.stateStore.getValue"

Defined in

core/types/PuristaSpanName.enum.ts:24open in new window


StateStoreRemoveValue

StateStoreRemoveValue = "purista.stateStore.removeValue"

Defined in

core/types/PuristaSpanName.enum.ts:26open in new window


StateStoreSetValue

StateStoreSetValue = "purista.stateStore.setValue"

Defined in

core/types/PuristaSpanName.enum.ts:25open in new window

Last update:
Contributors: Sebastian Wessel