weaveworks / grafanalib

Python library for building Grafana dashboards
Apache License 2.0
1.86k stars 309 forks source link

Add unit test for RateMetricAgg in elasticsearch #594

Closed jimbolimbo13 closed 1 year ago

jimbolimbo13 commented 1 year ago

What does this do?

Adds a file for unit tests on the elasticsearch module Adds a unit test for the RateMetricAgg class added in #583

Why is it a good idea?

Unit tests are a good thing. I found a missing parameter implementation when making this (the fix for that is also part of this PR)

Context

https://github.com/weaveworks/grafanalib/issues/589

Questions