mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-05 14:50:38 +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
247 B
Markdown
6 lines
247 B
Markdown
# Versioned config for agent based features.
|
|
|
|
Responsibilities
|
|
- Maintain versioned config for registered agent based features like log pipelines etc.
|
|
- Provide a combined `AgentConfigProvider` for the opamp server to consume when managing agents
|