opentracing / specification

A place to document (and discuss) the OpenTracing specification. 🛑 This project is DEPRECATED! https://github.com/opentracing/specification/issues/163
http://opentracing.io/spec
Apache License 2.0
1.17k stars 182 forks source link

Add "slow" standard tag #157

Closed quaff closed 1 year ago

quaff commented 3 years ago

see https://github.com/opentracing-contrib/java-jdbc/pull/99#issue-487826199

yurishkuro commented 3 years ago

You do not need a new semantic convention to add a custom tag. This tag is redundant, you can derive the same from already existing data on the span, e.g. duration.