You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consider extracting New Relic-specific stuff as generic insturmentation hook or something
apply in all examples
include the environment variables via the lambda examples IFF the new_relic_account_id variable is provided (or just include commented code that users who want it can uncomment?)
The text was updated successfully, but these errors were encountered:
add java/terraform code to support insturmentation with New Relic.
see https://docs.newrelic.com/docs/serverless-function-monitoring/aws-lambda-monitoring/enable-lambda-monitoring/enable-serverless-monitoring-aws-lambda-legacy/
quick example of this is https://github.com/Worklytics/psoxy/compare/new-relic-monitoring?expand=1
but need to:
new_relic_account_id
variable is provided (or just include commented code that users who want it can uncomment?)The text was updated successfully, but these errors were encountered: