-
Notifications
You must be signed in to change notification settings - Fork 204
Closed
Labels
Team:Elastic-Agent-Control-PlaneLabel for the Agent Control Plane teamLabel for the Agent Control Plane teambugSomething isn't workingSomething isn't working
Description
When enabling beats receivers for monitoring and looking at diagnostics, there is no way to tell from the state.yaml which components and inputs are being run in the OpenTelemetry collector.
We should include the runtime for each component explicitly to make this easier to see.
This in pre-config.yaml
agent:
download:
sourceURI: https://artifacts.elastic.co/downloads/
features: null
monitoring:
_runtime_experimental: otel
enabled: true
logs: true
metrics: trueresults in the following in state.yaml for the filestream-monitoring component
- id: filestream-monitoring
state:
component_idx: 0
features_idx: 0
message: HEALTHY
pid: 0
state: 2
units:
input-filestream-monitoring-filestream-monitoring-agent:
message: Healthy
payload:
streams:
filestream-monitoring-agent:
error: ""
status: HEALTHY
state: 2
output-filestream-monitoring:
message: Healthy
state: 2Metadata
Metadata
Assignees
Labels
Team:Elastic-Agent-Control-PlaneLabel for the Agent Control Plane teamLabel for the Agent Control Plane teambugSomething isn't workingSomething isn't working