bputt
bputt
@reyang i'd like to be looped in as well
Would ```Unique Key Constraint``` allow us to no longer worry about preventing duplicates from being inserted?
@izloop yup, that's fine
Hey proddata, yes we are using 4.6.4. we originally were using 4.6.3 and saw you fixed it in 4.6.4 so we wanted to give it a try to no avail....
@mfussenegger We currently do lowercase all the values at the application level for ingest and querying. The use case here is that we can enforce lowercasing the data at the...
Another example of where this might be helpful ``` startdateweekday as lower(date_format('%a', startdate)) ``` This would store the values as ```sun, mon, tue, wed....``` instead of ```Sun,Mon,Tue,Wed...```
I would prefer # 1 for today with the eventual support of # 2. I imagine the "provide decorator based instrumentation for less popular clients" would essentially refer to #...
I'd like to suggest this supporting 1. Automatic injection of X-B3 headers 2. Automatic injection of a set of headers w/ values (For example, if we added an additional header...
For # 4...Let's just remove that suggestion as # 3 would suffice so that I'm limiting the amount of data within the span
I like the concept and could see potential issues where the originating system is using opencensus and a downstream system might be jaeger/zipkin (whether it's code or using something like...