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