Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

v1.1.2 - Path Matchers Instrumentation

Compare
Choose a tag to compare
@ivantopo ivantopo released this 14 May 14:13
· 55 commits to master since this release

Improvements

  • This release ships with automatic instrumentation for the Path matchers, which can automatically convert a path like "/users/1234/documents/5678" into "/users/{}/documents/{}" as the default operation name. This is critical to avoid having high cardinality operation names and has been tested for a few months already. Contributed by @mladens via #45