-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: New Output Plugin Microsoft Fabric #5
base: master
Are you sure you want to change the base?
Conversation
…/telegraf into feature/ms_fabric
ConnectionString: "", | ||
Log: testutil.Logger{}, | ||
} | ||
err := mf.Init() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests for ConnectionString for SB and EventHouse too
return &MicrosoftFabric{ | ||
ADXConf: &ADX.AzureDataExplorer{ | ||
Timeout: config.Duration(20 * time.Second), | ||
CreateTables: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to have a mechanism where we can say this is from Fabric (To split the traffic) based on AppId to see usage for this connector as well. We probably have to make a fix in the connector for Kusto first to accept AppName as a parameter and then pass it in from here as well ?
Summary
Checklist
Related issues
resolves #