Skip to content

feat(bottlecap): add Lambda Function URL inferred spans#451

Merged
duncanista merged 3 commits intojordan.gonzalez/bottlecap/universal-instrumentationfrom
jordan.gonzalez/bottlecap/lambda-url
Nov 13, 2024
Merged

feat(bottlecap): add Lambda Function URL inferred spans#451
duncanista merged 3 commits intojordan.gonzalez/bottlecap/universal-instrumentationfrom
jordan.gonzalez/bottlecap/lambda-url

Conversation

@duncanista
Copy link
Copy Markdown
Contributor

@duncanista duncanista commented Nov 13, 2024

What?

Adds Lambda Function Url inferred spans
Screenshot 2024-11-13 at 12 47 03 PM
Screenshot 2024-11-13 at 12 46 11 PM

How?

Adding the LambdaFunctionUrlEvent trigger implementation

@duncanista duncanista marked this pull request as ready for review November 13, 2024 17:40
@duncanista duncanista requested a review from a team as a code owner November 13, 2024 17:40
}

fn get_arn(&self, region: &str) -> String {
let function_name = env::var("AWS_LAMBDA_FUNCTION_NAME").unwrap_or_default();
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't like doing this, but I'd rather do this than pass another field and modify the whole struct trigger architecture

@duncanista duncanista merged commit f639aae into jordan.gonzalez/bottlecap/universal-instrumentation Nov 13, 2024
@duncanista duncanista deleted the jordan.gonzalez/bottlecap/lambda-url branch November 13, 2024 17:53
duncanista added a commit that referenced this pull request Nov 15, 2024
* add `LambdaFunctionUrlEvent`

* fmt

* update span inferrer
duncanista added a commit that referenced this pull request Nov 19, 2024
* add `LambdaFunctionUrlEvent`

* fmt

* update span inferrer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants