aws-otel-lambda icon indicating copy to clipboard operation
aws-otel-lambda copied to clipboard

Feature request: Kinesis exporter

Open nickcox opened this issue 3 years ago • 1 comments

Would you consider including the Kinesis exporter? This seems like a good option for people looking for a low latency buffer for telemetry before further processing it or exporting downstream.

nickcox avatar Sep 13 '22 03:09 nickcox

Thanks a lot for this @nickcox! Do you have a concrete use case or is this more like a general suggestion?

mhausenblas avatar Sep 16 '22 16:09 mhausenblas

Apologies @mhausenblas, I completely missed your reply.

Yes, we would like to compare latency of exporting to Kinesis (and using Firehose w/ out of the box buffering) vs the currently buggy and high latency otlp exporter.

nickcox avatar Nov 22 '22 05:11 nickcox

The OTLP exporter is not the source of latency or defects and changing to the Kinesis exporter would not affect the behavior described in the linked issue. We are preparing a new release that includes https://github.com/open-telemetry/opentelemetry-lambda/pull/310/ which we expect to resolve the linked issue.

Aneurysm9 avatar Dec 09 '22 23:12 Aneurysm9

aiui, the design of the lambda collector is that it exports each batch synchronously and therefore the latency depends on the latency of the downstream system.

Our observability platform seems to have a typical latency of 250 to 1000ms. I'm pretty sure we could do better than that by exporting to Kinesis and then processing those events asynchronously. Open to other suggestions too though.

nickcox avatar Dec 10 '22 00:12 nickcox

This issue is stale because it has been open 90 days with no activity. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled

github-actions[bot] avatar Mar 12 '23 20:03 github-actions[bot]

This issue is stale because it has been open 90 days with no activity. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled

github-actions[bot] avatar Jun 11 '23 20:06 github-actions[bot]

This issue is stale because it has been open 90 days with no activity. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled

github-actions[bot] avatar Oct 15 '23 20:10 github-actions[bot]

This issue was closed because it has been marked as stale for 30 days with no activity.

github-actions[bot] avatar Nov 19 '23 20:11 github-actions[bot]