Troubleshooting
How to troubleshoot common issues with actions and processors:
View Collector Configuration
To view the current configuration of the collectors:
node collector:
cluster gateway collector:
You should be able to see your processors configured under data/conf/processors
, and paraticipate in the service pipelines under data/conf/pipelines
.
View Collector Logs
If there is an issue with your action or processor configuration, the collector will log an error and will not start:
Will show pods with STATUS CrashLoopBackOff
or Error
. You can examine the logs of the collector pod to see the error:
And might find an error message like:
View Autoscaler Logs
The odigos-autoscaler
controller is the component that watch for changes in the action or processor CRD and generates the collector confgiuration.
If you don’t see your processor in the collector configuration, you can check the logs of the autoscaler for errors or clues: