Skip to content

Send telemetry putlog api #351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

chaudharysaket
Copy link
Contributor

@chaudharysaket chaudharysaket commented May 22, 2025

  • Use PutLogEvents to send logs > 256 KB limit directly to CloudWatch LogGroup, as mentioned in aws docs
  • Add NEW_RELIC_MAX_PAYLOAD environment variable to enable this feature to send payload to CloudWatch
  • Lambda IAM permissions required to use this feature:
    • logs:CreateLogGroup
    • logs:CreateLogStream
    • logs:PutLogEvents

@chaudharysaket chaudharysaket merged commit cc5dce8 into newrelic:master May 28, 2025
7 checks passed
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