Bad monitoring metrics with integration callbacks are difficult to notice.
See original GitHub issueMotivation
Bad/wrong monitoring metrics represented by key strings with the following integration callbacks are difficult to notice. For instance, a simple typo in the metric would make the pruner a NOOP pruner. One might expect an error.
- https://github.com/optuna/optuna/blob/master/optuna/integration/keras.py (resolved by #1759)
- https://github.com/optuna/optuna/blob/master/optuna/integration/tfkeras.py (resolved by #2156)
- https://github.com/optuna/optuna/blob/master/optuna/integration/pytorch_lightning.py (resolved by #2157, ongoing)
Description
Above callbacks are not doing dictionary lookups that raise on failure but uses dict.get
. I’m wondering if we cannot raise instead as that’d clearly communicate to the user that the pruner isn’t doing anything. However, I’m not too familiar with all of the above libraries and it might not be possible.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Metrics for Airflow Monitoring and Best Practices - Hevo Data
In this article, you will get to know everything about Airflow Monitoring and understand the important terms and mechanisms related to ...
Read more >Is Vonage API Monitoring Callbacks down ... - StatusGator
Many StatusGator users monitor Vonage API Monitoring Callbacks to get notified when it's down, is under maintenance, or has an outage. We've sent...
Read more >How to monitor third-party API integrations | Moesif Blog
Reliability is a key metric to monitor, especially since you're integrating APIs that you don't have control over. What percent of API calls ......
Read more >Apache Airflow Monitoring: Best Practices & Beyond - Databand
Apache Airflow comes with excellent monitoring tools, but they're not perfect. Let's explore the applications and solutions for better Airflow monitoring.
Read more >How to Monitor a Node.js Application - New Relic
Group metrics. Show you the portions of your app that are suffering from slow database performance. To see an example of using OpenTelemetry ......
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
You’re right, let me close it. Thanks @nzw0301 for the heads up and again, thanks @bigbird555 !
@bigbird555 Kudos to your all contributions to this issue!
Do we have something to do related to this issue? Otherwise, I suppose that we can close this isseu.