mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 23:47:12 +00:00
7 lines
117 B
Go
7 lines
117 B
Go
package telemetrytraces
|
|
|
|
const (
|
|
SpanSearchScopeRoot = "isroot"
|
|
SpanSearchScopeEntryPoint = "isentrypoint"
|
|
)
|