Skip to content

Commit 749f582

Browse files
committed
fix: app.py syntax error (missing variable definition)
1 parent ea0784f commit 749f582

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • apps/demo-apps/python-app

apps/demo-apps/python-app/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
['method', 'endpoint', 'status_code']
1313
)
1414

15+
REQUEST_DURATION = Histogram(
16+
'http_request_duration_seconds',
1517
'HTTP request duration in seconds',
1618
['method', 'endpoint']
1719
)

0 commit comments

Comments
 (0)