mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-26 19:11:59 +08:00

* chore: add metadatastore implementation for logs and traces * chore: use telemetrystore mock
8 lines
219 B
Go
8 lines
219 B
Go
package telemetrymetadata
|
|
|
|
const (
|
|
DBName = "signoz_metadata"
|
|
AttributesMetadataTableName = "distributed_attributes_metadata"
|
|
AttributesMetadataLocalTableName = "attributes_metadata"
|
|
)
|