Open obenkenobi opened 5 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.68%. Comparing base (
1e56ef1
) to head (4d5b9e8
). Report is 38 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Overview
Adds instrumentation for firehose. Every operation with firehose will include the following attributes:
aws_kinesis_delivery_streams
arn:aws:firehose:${region}:${accountId}:deliverystream/${streamName}
. If it is not possible to get the full ARN, the property will not be set.All firehose spans/traces are named in the formats:
Firehose/{operationName}
(e.g.Firehose/listDeliveryStreams
)Firehose/{operationName}/{deliveryStreamName}
(e.g.Firehose/putRecord/someStream
)Related Github Issue
https://github.com/newrelic/newrelic-java-agent/issues/2070