mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 23:47:12 +00:00
6 lines
161 B
Go
6 lines
161 B
Go
|
|
package logparsingpipeline
|
||
|
|
|
||
|
|
import "go.signoz.io/signoz/pkg/query-service/agentConf"
|
||
|
|
|
||
|
|
const LogPipelinesFeatureType agentConf.AgentFeatureType = "log_pipelines"
|