Skip to content

custom metrics return function memory location #170

@AHVG

Description

@AHVG

The entire metrics issue is implemented in another .py file and is imported when used in a flask route to check its metrics. Additionally, custom metrics were created using lambdas and these memory locations refer to them.

Below is an example.

flask_http_request_total{method="<function init.<locals>.<lambda> at 0x7f7657e81580>",path="<function init.<locals>.<lambda> at 0x7f7657e816c0>",path_without_uuid="<function init.<locals>.<lambda> at 0x7f7657e81760>",status="<function init.<locals>.<lambda> at 0x7f7657e81620>"} 0.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