Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cluster: perf optimize tracer's version feature gate
`version.IsActive` unmarshals a protobuf (and this isn't trivial to fix), so let the tracer cache a positive result. This means that in the common case, IsActive is not on the hot path any more. Release justification: low-risk performance improvement Release note: None
- Loading branch information