Skip to content

How to return flask_http_request_duration_milliseconds_bucket instead of flask_http_request_duration_seconds_bucket #172

@zhangweijiqn

Description

@zhangweijiqn

for example:
flask_http_request_duration_seconds_bucket{le="0.005",method="POST",path="/predict",status="200"} 2.0
flask_http_request_duration_seconds_bucket{le="0.01",method="POST",path="/predict",status="200"} 2.0

--->

flask_http_request_duration_milliseconds_bucket{le="5",method="POST",path="/predict",status="200"} 2.0
flask_http_request_duration_milliseconds_bucket{le="10",method="POST",path="/predict",status="200"} 2.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions