Skip to content

Add api-url / service based threshold configuration to help log warning when the time taken to finish the api crosses the threshold #5

@rakibulhaq

Description

@rakibulhaq
    configs: dict = { ... 
        url-configs : [
            { url: "auth", "max_time":2}, { url: "login", "max_time":3}, 
        ]
    }

or

configs: dict = { ... 
        service-configs : [
            { service_name: "authentication", "max_time":2}, { service_name: "encryption", "max_time":3}, { service_name: "search", "max_time":3}, 
        ]
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions