We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d05f9 commit 84fd69cCopy full SHA for 84fd69c
app/app.py
@@ -1,4 +1,5 @@
1
from flask import Flask
2
+from prometheus_flask_exporter import PrometheusMetrics
3
4
app = Flask(__name__)
5
@@ -7,4 +8,4 @@ def hello():
7
8
return "Hello from DevOps on Azure VM with CI/CD!"
9
10
if __name__ == '__main__':
- app.run(host='0.0.0.0', port=5000)
11
+ app.run(host='0.0.0.0', port=5000)
0 commit comments