Update libs
All checks were successful
Build Docker Image / build-and-deploy-image (push) Successful in 38s
All checks were successful
Build Docker Image / build-and-deploy-image (push) Successful in 38s
This commit is contained in:
2
app.py
2
app.py
@@ -58,7 +58,7 @@ async def generate_metrics_text() -> str:
|
||||
sum_values: float = data["sum"]
|
||||
|
||||
labels: str = (
|
||||
f'url="{escape_label_value(url)}",' f'http_method="{escape_label_value(http_method)}"'
|
||||
f'url="{escape_label_value(url)}",http_method="{escape_label_value(http_method)}"'
|
||||
)
|
||||
|
||||
lines.append(f"request_duration_seconds_count{{{labels}}} {count}")
|
||||
|
||||
Reference in New Issue
Block a user