Skip to content

Commit

Permalink
Added App Name for MS Fabric connector
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-saharn committed Nov 15, 2024
1 parent c8d9a9b commit 67c4e0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/outputs/microsoft_fabric/microsoft_fabric.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ func init() {
ADXConf: &ADX.AzureDataExplorer{
Timeout: config.Duration(20 * time.Second),
CreateTables: true,
AppName: "Fabric.Telegraf",
},
EHConf: &EH.EventHubs{
Hub: &eventHub{},
Expand Down

0 comments on commit 67c4e0b

Please sign in to comment.