brianloss commented on a change in pull request #414:
URL: https://github.com/apache/fluo-muchos/pull/414#discussion_r738770272



##########
File path: ansible/roles/accumulo/templates/accumulo-env.sh
##########
@@ -121,6 +126,18 @@ case "$cmd" in
     true
     ;;
 esac
+{% if cluster_type == 'azure' and az_use_app_insights %}
+
+# Enable the application insights agent for tablet servers
+case "$cmd" in
+  tserver|master|manager)

Review comment:
       Yeah, it definitely could be. I was thinking initially this would be 
used for capturing opentelemetry data when that work is done, and also some 
profiling integration that will be coming. gc didn't seem to matter for either 
of those  use cases, but I can add it for completeness.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to