Capture function and extension logs#9
Merged
Merged
Conversation
STR-3276 Spike integration with TelemetryAPI's log support
See if we can pipe lambda logs into the OTLP logging pipeline |
mheffner
commented
Apr 10, 2025
| hyper-util = { version = "0.1", features = ["full"] } | ||
| hyper = { version = "1", features = ["full"] } | ||
| lambda-extension = "0.11.0" | ||
| lambda-extension = { git = "https://github.com/streamfold/aws-lambda-rust-runtime", branch = "json-record-types" } |
Member
Author
There was a problem hiding this comment.
I had to fork this because the upstream doesn't support JSON record types. I can look to upstream this at some point, but was easier in short term to fork.
rjenkins
approved these changes
Apr 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Capture logs from functions and extensions. We send these logs into the rotel agent and they are injected into the log receiver's pipeline, as if they were received from the OTLP endpoint. To start off with we follow the similar resource and log record attributes that the OpenTelemetry Lambda extension uses, but we could adjust these in the future as needed.
Includes README updates.
Completes: STR-3276