Releases: asecurityteam/component-httpstats
Releases · asecurityteam/component-httpstats
Remove Codecov and Update Dependencies
Allow lib users to omit path tag
Users of the library may now set an OmitPathTag config boolean to instruct the behavior to omit setting the path tag on emitted metrics. It is desirable to omit the path in cases where this lib is used as common middleware (aka "tripperware") for client code making API calls to APIs that use varied path params (like GET /v1/api/thing/{id}
where {id}
can vary by hundreds of thousands or worse. Omitting the tag with such a varied breadth of possible values eliminates the risk of "cardinality explosion" at the metrics host (SFX, Datadog, etc).
Update all dependencies
Includes dependency updates from the most recent renovate PR
Added renovate, Testify updated
Added renovate for automatic dependency updates. This release pulls in a minor version update for Testify from 1.6.1 -> 1.7.0