instana / ruby-sensor

💎 Ruby Distributed Tracing & Metrics Sensor for Instana
https://www.instana.com/
MIT License
26 stars 25 forks source link

feat: improve robustness of custom service naming #282

Closed basti1302 closed 1 year ago

basti1302 commented 1 year ago

Previously, we only added span.data.service to entry spans (when the environment variable INSTANA_SERVICE_NAME is set). The requirements around this have changed, now we add this annotation to all spans (but still only if it has been explicitly configured).

See also: