question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bad monitoring metrics with integration callbacks are difficult to notice.

See original GitHub issue

Motivation

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.

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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
hvycommented, May 25, 2021

You’re right, let me close it. Thanks @nzw0301 for the heads up and again, thanks @bigbird555 !

1reaction
nzw0301commented, May 25, 2021

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found