bputt-e
bputt-e
Have you considered working with the apache nifi community on adding opentelemetry integration into their codebase? I submitted a ticket https://issues.apache.org/jira/browse/NIFI-10110 and am looking into possibilities to see if there's...
I imagine we'd put the tracecontext into a flowfile attribute that would be exposed to each processor and I thought OTEL would allow us to set the context and continue...
bputt is my better half in case you're wondering who that is
We've began decompressing the many .gz files (>5k) and removed ```compression='gzip'``` and that seems to have helped as we haven't seen the exception come up yet (even lowered the heap...
@proddata hope this info helps, but since we have many directories with thousands of files (500mb) each, we figured the best setting would be ``` overload_protection.dml.max_concurrency: 50 ``` It seems...
After trying the following below, we still get the same error ```CircuitBreakingException[[query] Data too large...``` ``` overload_protection.dml.max_concurrency: 20 overload_protection.dml.initial_concurrency: 1 overload_protection.dml.queue_size: 30 ``` Because we unzipped the files and put...
Below is a simple example of our table, we have ~250 tags. A record is ~1100 bytes on average ``` CREATE TABLE thedatas ( startdate TIMESTAMP, startdatehour TIMESTAMP, enddate TIMESTAMP,...
Is this planned to be done in early 2023?
`Unique Key Constraint` would be great, could remove our deduplication step in our processing pipeline
Does this proposal help with linked spans? Let's say I have 500 traces that get 'merged' into a new trace....What would that new trace look like, would it have any...