Skip to content

Commit a5b1822

Browse files
committed
[AZINTS] update
1 parent 5b466df commit a5b1822

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

azure/activity_logs_monitoring/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ class EventhubLogHandler {
498498

499499
createDDTags(tags) {
500500
const forwarderNameTag =
501-
'forwardername:' + this.context.executionContext.functionName;
501+
'forwardername:' + this.context.functionName;
502502
const fowarderVersionTag = 'forwarderversion:' + VERSION;
503503
let ddTags = tags.concat([
504504
DD_TAGS,

0 commit comments

Comments
 (0)