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