This repository has been archived by the owner on Mar 19, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds tests that shows how to override the span name (openzipkin#97)
Default span names are good choices as they are bounded. However, users may want to change these to other bounded choices (ex names that don't include variables). This shows how to accomplish this. Note: it is quite common for custom code to get naming wrong, by using high cardinality names such as specific http paths. This is one reason why defaults are limited, as tags/binary annotations can be used to add more specific lookup criteria without degrading the UI. See openzipkin#96 See openzipkin/openzipkin.github.io#70 (comment)
- Loading branch information