-
Notifications
You must be signed in to change notification settings - Fork 77
fix(providers/api/metrics): Report correct error codes in metrics for APIs #323
Conversation
@@ -80,7 +80,7 @@ var DefaultAPIConfig = oracleconfig.APIConfig{ | |||
Enabled: true, | |||
Name: Name, | |||
Timeout: 500 * time.Millisecond, | |||
Interval: 100 * time.Millisecond, | |||
Interval: 500 * time.Millisecond, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on our current RPC providers, we'll get rate-limited otherwise
10d918a
to
f839317
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #323 +/- ##
==========================================
- Coverage 62.48% 62.32% -0.16%
==========================================
Files 222 222
Lines 9798 9803 +5
==========================================
- Hits 6122 6110 -12
- Misses 3120 3137 +17
Partials 556 556 ☔ View full report in Codecov by Sentry. |
cd0ee35
to
83f4676
Compare
No description provided.