We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b6453 commit 3deb6b9Copy full SHA for 3deb6b9
instrumentation/opentelemetry-instrumentation-flask/tests/test_programmatic.py
@@ -520,7 +520,7 @@ def test_flask_metrics_new_semconv(self):
520
if isinstance(point, HistogramDataPoint):
521
self.assertEqual(point.count, 3)
522
self.assertAlmostEqual(
523
- duration_s, point.sum, places=2
+ duration_s, point.sum, places=1
524
)
525
histogram_data_point_seen = True
526
if isinstance(point, NumberDataPoint):
0 commit comments