opensearch-project / opensearch-metrics

OpenSearch Metrics
https://metrics.opensearch.org
Apache License 2.0
3 stars 5 forks source link

Added null checks for queried event fields #95

Closed bshien closed 2 weeks ago

bshien commented 2 weeks ago

Description

Fixed a bug with not having null checks for queried event fields.

Issues Resolved

Part of https://github.com/opensearch-project/opensearch-metrics/issues/75

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.84%. Comparing base (13bcfe3) to head (2efe6d3). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #95 +/- ## ============================================ + Coverage 86.83% 86.84% +0.01% - Complexity 315 317 +2 ============================================ Files 69 69 Lines 1762 1764 +2 Branches 77 80 +3 ============================================ + Hits 1530 1532 +2 Misses 195 195 Partials 37 37 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.