mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00: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"
|
||
|
|
)
|