Skip to content

Commit 84fd69c

Browse files
authored
Update app.py
1 parent 79d05f9 commit 84fd69c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from flask import Flask
2+
from prometheus_flask_exporter import PrometheusMetrics
23

34
app = Flask(__name__)
45

@@ -7,4 +8,4 @@ def hello():
78
return "Hello from DevOps on Azure VM with CI/CD!"
89

910
if __name__ == '__main__':
10-
app.run(host='0.0.0.0', port=5000)
11+
app.run(host='0.0.0.0', port=5000)

0 commit comments

Comments
 (0)