brianloss commented on a change in pull request #414:
URL: https://github.com/apache/fluo-muchos/pull/414#discussion_r739328508
##########
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:
Enabled for gc in the latest commit.
--
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]