Commits on Source (18)
-
David Diederich authored
-
David Diederich authored
-
(cherry picked from commit a1a57dc7)
-
David Diederich authored
Update values.yaml See merge request !260
-
David Diederich authored
-
David Diederich authored
-
David Diederich authored
-
Sumra Zafar authored
-
Dmitriy Rudko authored
This reverts commit 68a8f1af.
-
-
-
Sumra Zafar authored
Add Metric instrumentation for Azure See merge request !406
-
-
Sumra Zafar authored
Changes to make appinsights instrumentation key optional See merge request !454
-
Vaibhavi Kamani authored
-
Vaibhavi Kamani authored
-
Vaibhavi Kamani authored
-
Luc Yriarte authored
Move sessions storage code to bulk persistence See merge request !493
Showing
- NOTICE 2 additions, 29 deletionsNOTICE
- README.md 1 addition, 1 deletionREADME.md
- app/conf.py 1 addition, 1 deletionapp/conf.py
- app/helper/logger.py 19 additions, 14 deletionsapp/helper/logger.py
- app/helper/metric.py 7 additions, 0 deletionsapp/helper/metric.py
- app/helper/traces.py 5 additions, 4 deletionsapp/helper/traces.py
- app/wdms_app.py 2 additions, 1 deletionapp/wdms_app.py
- requirements.in 1 addition, 0 deletionsrequirements.in
- requirements.txt 5 additions, 0 deletionsrequirements.txt
app/helper/metric.py
0 → 100644
... | @@ -135,6 +135,7 @@ fastapi==0.68.1 | ... | @@ -135,6 +135,7 @@ fastapi==0.68.1 |
# -r requirements.in | # -r requirements.in | ||
# osdu-data-ecosystem-search | # osdu-data-ecosystem-search | ||
# osdu-data-ecosystem-storage | # osdu-data-ecosystem-storage | ||
# prometheus-fastapi-instrumentator | |||
fsspec==2021.7.0 | fsspec==2021.7.0 | ||
# via | # via | ||
# -r requirements.in | # -r requirements.in | ||
... | @@ -285,6 +286,10 @@ ply==3.11 | ... | @@ -285,6 +286,10 @@ ply==3.11 |
# via jsonpath-ng | # via jsonpath-ng | ||
portalocker==1.7.1 | portalocker==1.7.1 | ||
# via msal-extensions | # via msal-extensions | ||
prometheus-client==0.13.1 | |||
# via prometheus-fastapi-instrumentator | |||
prometheus-fastapi-instrumentator==5.7.1 | |||
# via -r requirements.in | |||
protobuf==3.17.3 | protobuf==3.17.3 | ||
# via | # via | ||
# google-api-core | # google-api-core | ||
... | ... |