Skip to content

Update circuit breaker naming convention #841

Description

@bishnuag
  • Current circuit breaker naming convention is {clientName}-{serviceProcedureName}
  • The QPS level is captured per serviceProcedureName level
  • However, the above approach fails when a client has multiple services and each service has the same procedure. QPS level information is kept in a map (procedureName to qps level) and keeps the last value for multiple keys having same value
  • To correct this we should update the circuit breaker name as {clientName}-{serviceName}-{serviceProcedureName}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions