mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-29 11:41:58 +08:00
10 lines
296 B
Go
10 lines
296 B
Go
package telemetrylogs
|
|
|
|
const (
|
|
DBName = "signoz_logs"
|
|
LogsV2TableName = "distributed_logs_v2"
|
|
LogsV2LocalTableName = "logs_v2"
|
|
TagAttributesV2TableName = "distributed_tag_attributes_v2"
|
|
TagAttributesV2LocalTableName = "tag_attributes_v2"
|
|
)
|