promscale_extension icon indicating copy to clipboard operation
promscale_extension copied to clipboard

Unify metric and trace tag filtering interface

Open JamesGuthrie opened this issue 3 years ago • 1 comments
trafficstars

As of 0.5.0 tracing tags could be used inside where clauses as if they were regular JSON, and optimisations happen transparently whenever possible (see #189). Yet metrics tags still rely on a non-standard DSL. Moving forward, we would like both metrics and tracing tags to converge on a standard JSONB-like interface.

JamesGuthrie avatar May 20 '22 13:05 JamesGuthrie

As an aside, optimizations in the new interface only support -> operator, which could be a nuisance for human users, we should consider supporting ->> as well.

sumerman avatar May 30 '22 15:05 sumerman