Commit b8c7f8a
[FFM-9621] - Avoid sending empty metric payloads (#89)
* [FFM-9621] - Avoid sending empty metric payloads
What
Adds a check to make sure metrics data is not empty before sending it.
Why
We're seeing empty metrics payloads arriving at the BE we should avoid wasting network bandwidth.
Testing
Manual
Co-authored-by: Kevin Nagurski <[email protected]>1 parent d0019e1 commit b8c7f8a
4 files changed
+6
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
| 192 | + | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments