-
Notifications
You must be signed in to change notification settings - Fork 73
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
feature: Azure Application Insights Integration #2691
feature: Azure Application Insights Integration #2691
Conversation
type: boolean | ||
accessToken: | ||
type: string | ||
connectionType: |
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.
I think this connection type is something we can move to be part of the base data store object, I don't want to do it now but it will be very useful in the future
@@ -202,21 +223,26 @@ func (ds DataStore) GetID() id.ID { | |||
} | |||
|
|||
func (ds DataStore) IsOTLPBasedProvider() bool { | |||
if ds.Type == DatastoreTypeAzureAppInsights { |
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.
In the future, I'd prefer having each integrator decide if they are otlp or not based on the values and such. this patch is temporary
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.
Looks good!
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.
Looks great!!
* save commit * feature: Azure Application Insights Datastore Integration
This PR adds the Azure Application Insights data store integration
Changes
Fixes
Checklist
https://www.loom.com/share/6ff8f264bb7748329050ca0132c71aa7