Support for DataDog Spring Scheduling Integration
See original GitHub issueCurrently SchedLock doesn’t work if you are using DataDog for Application Performance Monitoring. DataDog wraps the ScheduledMethodRunnable into SpringSchedulingRunnableWrapper. As a result the if (task instanceof ScheduledMethodRunnable)
check in getLockConfiguration SpringLockConfigurationExtractor returns false and a Lock is not applied.
Would it be OK if I open a PR that changes that check in order to support the DataDog wrapper class or could you suggest another approach that might solve this?
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Integrations - Datadog Docs
Integrations. More than 600 built-in integrations. See across all your systems, apps, and services. What's an integration? See Introduction to Integrations.
Read more >Spring Metrics
This project provides facilities for instrumenting apps with metrics collection and interacting with popular third-party application monitoring systems. Select ...
Read more >Connect your Schedule to Datadog integration in 2 minutes
How Schedule by Zapier + Datadog Integrations Work · Step 1: Authenticate Schedule by Zapier and Datadog. · Step 2: Pick one of...
Read more >Spring boot metrics + datadog - java - Stack Overflow
Does anyone know how to integrate Spring boot metrics with datadog? Datadog is a cloud-scale monitoring service for IT.
Read more >New Datadog integration with Azure offers a seamless ...
With the new Azure integration with Datadog, organizations can now fully map their legacy and cloud-based systems, monitoring real-time data ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks. Upgrade to newest version is step one in the troubleshooting guide. Unfortunatelly it’s easier to report a bug then to read README or upgrade.
Hi @mohammedalics I don’t work at Datadog any more. I recommend you keep your dependencies up to date though - Shedlock 4.0 was released nearly 2 years ago.