You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if a pipe or any of my recommended symbols violate any spec but it's mainly for readability as ["v1", "v2"] looks like a typo or a misconfiguration.
Thoughts?
The text was updated successfully, but these errors were encountered:
👋 This issue has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the keep label to hold stale off permanently, or do nothing. If you do nothing this issue will be closed eventually by the stale bot.
In Grape, it's possible to define multiple versions e.g.:
This produces a value for path and
http.route
that looks like this:/["v1", "v2"]/foos/
Reference:
opentelemetry-ruby-contrib/instrumentation/grape/lib/opentelemetry/instrumentation/grape/event_handler.rb
Line 96 in 79fa587
Perhaps this is to promote low cardinality URL as per specs but would it hurt if we add an ability or configuration to maybe produce something like:
I'm not sure if a pipe or any of my recommended symbols violate any spec but it's mainly for readability as
["v1", "v2"]
looks like a typo or a misconfiguration.Thoughts?
The text was updated successfully, but these errors were encountered: