otelconv

package
v1.49.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EventCaveatsNamesCollected = "spicedb.internal.caveats.names_collected"
	EventCaveatsLookedUp       = "spicedb.internal.caveats.lookup_completed"

	EventRelationshipsMutationsValidated     = "spicedb.internal.service.relationships.mutations_validated"
	EventRelationshipsReadWriteExecuted      = "spicedb.internal.service.relationships.readwrite_executed"
	EventRelationshipsPreconditionsValidated = "spicedb.internal.service.relationships.preconditions.validated"
	EventRelationshipsUpdatesValidated       = "spicedb.internal.service.relationships.updates.validated"
	EventRelationshipsWritten                = "spicedb.internal.service.relationships.written"

	EventDatastoreColumnsSelected     = "spicedb.internal.datastore.shared.columns_selected"
	EventDatastoreIteratorCreate      = "spicedb.internal.datastore.shared.iterator_created"
	EventDatastoreExecuteIssued       = "spicedb.internal.datastore.shared.execute_issued"
	EventDatastoreExecuteStarted      = "spicedb.internal.datastore.shared.execute_started"
	EventDatastoreRowsFirstReturned   = "spicedb.internal.datastore.shared.first_row_returned"
	EventDatastoreRowsFirstScanned    = "spicedb.internal.datastore.shared.first_row_scanned"
	EventDatastoreRelationshipsLoaded = "spicedb.internal.datastore.shared.relationships_loaded"

	EventDatastoreSpannerQueryIssued      = "spicedb.internal.datastore.spanner.query_issued"
	EventDatastoreSpannerIteratorStarted  = "spicedb.internal.datastore.spanner.iterator_started"
	EventDatastoreSpannerIteratorFinished = "spicedb.internal.datastore.spanner.iterator_finished"

	EventDatastoreMySQLTransactionValidated = "spicedb.internal.datastore.mysql.transaction_validated"

	EventDatastoreRevisionsCacheReturned = "spicedb.internal.datastore.revisions.cache_returned"
	EventDatastoreRevisionsComputed      = "spicedb.internal.datastore.revisions.computed"

	EventDispatchLookupResources3                          = "spicedb.internal.dispatch.lookupresources3"
	EventDispatchLR3UnlimitedResults                       = "spicedb.internal.dispatch.lookupresources3.unlimited_results"
	EventDispatchLR3UnlimitedResultsDirectSubjects         = "spicedb.internal.dispatch.lookupresources3.unlimited_results.direct_subjects"
	EventDispatchLookupResources3EntrypointsIter           = "spicedb.internal.dispatch.lookupresources3.entrypoints_iter"
	EventDispatchLookupResources3RelationEntrypoint        = "spicedb.internal.dispatch.lookupresources3.relation_entrypoint"
	EventDispatchLookupResources3ArrowEntrypoint           = "spicedb.internal.dispatch.lookupresources3.arrow_entrypoint"
	EventDispatchLookupResources3RelationshipsIterProducer = "spicedb.internal.dispatch.lookupresources3.relationships_iter"
	EventDispatchLookupResources3RelationshipsIterMapper   = "spicedb.internal.dispatch.lookupresources3.relationships_iter.mapper"
	EventDispatchLookupResources3CheckedDispatchIter       = "spicedb.internal.dispatch.lookupresources3.checked_dispatch_iter"
	EventDispatchLookupResources3DispatchIter              = "spicedb.internal.dispatch.lookupresources3.checked_dispatch_iter"
	EventDispatchLookupResources3ConcurrentEntrypointsIter = "spicedb.internal.dispatch.lookupresources3.concurrent_entrypoints_iter"
)

Custom event names

View Source
const (
	AttrCaveatsNames      = "spicedb.internal.caveats.names"
	AttrCaveatsOperations = "spicedb.internal.caveats.operations"
	AttrDispatchCached    = "spicedb.internal.dispatch.cached"

	AttrGraphSourceResourceTypeNamespace   = "spicedb.internal.graph.source_resource_type.namespace"
	AttrGraphSourceResourceTypeRelation    = "spicedb.internal.graph.source_resource_type.relation"
	AttrGraphSubjectsFilterSubjectType     = "spicedb.internal.graph.subject_filter.subject_type"
	AttrGraphSubjectsFilterSubjectIdsCount = "spicedb.internal.graph.subject_filter.subject_ids_count"
	AttrGraphFoundResourcesCount           = "spicedb.internal.graph.found_resources_count"
	AttrGraphResourceIDCount               = "spicedb.internal.graph.resource_id_count"

	AttrDispatchResourceType       = "spicedb.internal.dispatch.resource_type"
	AttrDispatchResourceIds        = "spicedb.internal.dispatch.resource_ids"
	AttrDispatchResourceRelation   = "spicedb.internal.dispatch.resource_relation"
	AttrDispatchSubject            = "spicedb.internal.dispatch.subject"
	AttrDispatchNodeID             = "spicedb.internal.dispatch.node_id"
	AttrDispatchStart              = "spicedb.internal.dispatch.start"
	AttrDispatchSubjectType        = "spicedb.internal.dispatch.subject_type"
	AttrDispatchSubjectIDs         = "spicedb.internal.dispatch.subject_ids"
	AttrDispatchSubjectRelation    = "spicedb.internal.dispatch.subject_relation"
	AttrDispatchTerminalSubject    = "spicedb.internal.dispatch.terminal_subject"
	AttrDispatchLREntrypoint       = "spicedb.internal.dispatch.lookupresources3.entrypoint"
	AttrDispatchLRConcurrencyLimit = "spicedb.internal.dispatch.lookupresources3.concurrency_limit"
	AttrDispatchLREntrypointCount  = "spicedb.internal.dispatch.lookupresources3.entrypoint_count"
	AttrDispatchCursorLimit        = "spicedb.internal.dispatch.lookup.cursor_limit"

	AttrDatastoreNames              = "spicedb.internal.datastore.shared.names"
	AttrDatastoreValue              = "spicedb.internal.datastore.shared.value"
	AttrDatastoreRevision           = "spicedb.internal.datastore.shared.revision"
	AttrDatastoreMutations          = "spicedb.internal.datastore.shared.mutations"
	AttrDatastoreResourceType       = "spicedb.internal.datastore.shared.resource_type"
	AttrDatastoreResourceRelation   = "spicedb.internal.datastore.shared.resource_relation"
	AttrDatastoreQueryShape         = "spicedb.internal.datastore.shared.query_shape"
	AttrDatastoreSubjectType        = "spicedb.internal.datastore.shared.subject_type"
	AttrDatastoreColumnCount        = "spicedb.internal.datastore.shared.column_count"
	AttrDatastoreRelationshipsCount = "spicedb.internal.datastore.shared.relationship_count"

	AttrDatastoreSpannerAPI       = "spicedb.internal.datastore.spanner.api"
	AttrDatastoreSpannerTable     = "spicedb.internal.datastore.spanner.table"
	AttrDatastoreSpannerKey       = "spicedb.internal.datastore.spanner.key"
	AttrDatastoreSpannerColumns   = "spicedb.internal.datastore.spanner.columns"
	AttrDatastoreSpannerStatement = "spicedb.internal.datastore.spanner.statement"
	AttrDatastoreRelationCount    = "spicedb.internal.datastore.spanner.relation_count"
	AttrDatastoreNamespaceCount   = "spicedb.internal.datastore.spanner.namespace_count"

	AttrDatastorePostgresLogLevel = "spicedb.internal.datastore.postgres.log_level"

	AttrDatastoreMySQLTransactionFresh   = "spicedb.internal.datastore.mysql.transaction_fresh"
	AttrDatastoreMySQLTransactionUnknown = "spicedb.internal.datastore.mysql.transaction_unknown"

	AttrIteratorItemCount = "spicedb.internal.iterator.item_count"

	AttrTestKey    = "spicedb.internal.test.key"
	AttrTestNumber = "spicedb.internal.test.number"
)

OpenTelemetry custom attribute names

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL