Monitoring Scheduled Functions Without Endpoint Invocation #13219
Unanswered
vishalkadam18
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Spring @scheduled 3.1.x -> 6.1.x are in the supported. They are traced. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I have a use case where certain applications use scheduled jobs (e.g., @scheduled methods in Spring Boot) that execute internally without exposing any HTTP endpoints.
Since these functions don't involve endpoint hits, I would like to know:
How can we monitor and trace the execution of these scheduled tasks using SkyWalking?
Is there a recommended approach, such as manually creating spans, using annotations, or any plugin/agent configurations that SkyWalking supports for such internal execution flows?
Looking forward to your guidance on the best practices for this scenario.
Thanks,
vishal kadam.
Beta Was this translation helpful? Give feedback.
All reactions