You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using applicationinsights-runtime-attach (3.4.12) under Spring Boot.
I just want to set "applicationinsights.runtime-attach.configuration.classpath.file" property via properties (spring) file.
And according to documentation* it is unavailable. All I can do is setting this property via system property.
*Spring's application.properties or application.yaml files are not supported as as sources for Application Insights Java configuration.
Acutally this is not a common approach for spring environment and carrying things out of spring world makes configuration complicated and not readable.
So do you have any plan about carrying this configuration inside spring context?
The text was updated successfully, but these errors were encountered:
emrah-ar
changed the title
Spring Boot runtime attach config file per environemnt
Spring Boot runtime attach configuration via properties file
May 18, 2023
I'm using applicationinsights-runtime-attach (3.4.12) under Spring Boot.
I just want to set "applicationinsights.runtime-attach.configuration.classpath.file" property via properties (spring) file.
And according to documentation* it is unavailable. All I can do is setting this property via system property.
*
Spring's application.properties or application.yaml files are not supported as as sources for Application Insights Java configuration.
Acutally this is not a common approach for spring environment and carrying things out of spring world makes configuration complicated and not readable.
So do you have any plan about carrying this configuration inside spring context?
The text was updated successfully, but these errors were encountered: