mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-22 03:31:46 +08:00

* chore: add integration test for log pipelines being recommended to agents on connection * chore: agentConf.Manager as AgentConfigProvider * feat: logparsingpipelines as an AgentFeature * chore: some cleanup * feat: update agentConf init in ee query-service * chore: more cleanup and move opamp/logspipeline -> logparsingpipeline/collector_config.go * chore: some more cleanup * chore: set agent.RemoteConfig after broadcasting conf to all agents * chore: add test scenario for post remote conf application
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"
|