Skip to content

Commit

Permalink
Add documentation for test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 15, 2024
1 parent 374fb3b commit 2954641
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ class TestExponentialBucketHistogramAggregation(TestCase):
),
)
def test_synchronous_delta_temporality(self):
"""
This test case instantiates an exponential histogram aggregation and
then uses it to record measurements and get metrics. The order in which
these actions are taken are relevant to the testing that happens here.
For this reason, the aggregation is only instantiated once, since the
reinstantiation of the aggregation would defeat the purpose of this
test case.
"""

aggregation = ExponentialBucketHistogramAggregation()

Expand Down

0 comments on commit 2954641

Please sign in to comment.