WIPACrepo / wipac-telemetry

WIPAC Telemetry: Monitoring/Tracing Applications, Supporting Infrastructures, and Services
MIT License
0 stars 0 forks source link

Smart Custom Span Name #47

Closed ric-evans closed 2 years ago

ric-evans commented 3 years ago

This will be helpful for the RestHandler. Currently, the span name is "RestHandler._execute" for REST requests. That's too vague for quick visual scanning of the UI.

With this update, it can be: "RestHandler._execute:GET", "RestHandler._execute:POST", "RestHandler._execute:rest-method" (defeats this specific purpose, but it's possible), "RestHandler._execute:rest-method:POST", or even just "REST:GET".