mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-27 16:31:59 +08:00
11 lines
384 B
Go
11 lines
384 B
Go
package telemetrytraces
|
|
|
|
const (
|
|
DBName = "signoz_traces"
|
|
SpanIndexV3TableName = "distributed_signoz_index_v3"
|
|
SpanIndexV3LocalTableName = "signoz_index_v3"
|
|
TagAttributesV2TableName = "distributed_tag_attributes_v2"
|
|
TagAttributesV2LocalTableName = "tag_attributes_v2"
|
|
TopLevelOperationsTableName = "distributed_top_level_operations"
|
|
)
|