Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(metric): numeric metric average calculation #25

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

niyasrad
Copy link
Contributor

@niyasrad niyasrad commented Aug 10, 2023

Fixes/Implements #19

Description

  • Implemented the AVG calculation for both opensearch, and postgresql.
  • It is returned as a rounded value to two decimals.

Type of change

Delete irrelevant options.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Locally Tested

@niyasrad niyasrad linked an issue Aug 10, 2023 that may be closed by this pull request
@niyasrad niyasrad added the Validation Function Related to generating metrics label Aug 10, 2023
@subhankarb subhankarb merged commit 887e6c2 into datachecks:main Aug 10, 2023
5 checks passed
@niyasrad niyasrad deleted the avg-metric branch August 10, 2023 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Validation Function Related to generating metrics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Numeric Metric Average
2 participants