From 56f53d5130fe8ff1c7f5bd06f8f950fd75b6cef0 Mon Sep 17 00:00:00 2001 From: HyunGil Jeong Date: Tue, 18 Oct 2016 11:31:59 +0900 Subject: [PATCH] Add a note about google analytics --- web/src/main/resources/pinpoint-web.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/main/resources/pinpoint-web.properties b/web/src/main/resources/pinpoint-web.properties index b0f34e10ba18..b4a2c4e3980c 100644 --- a/web/src/main/resources/pinpoint-web.properties +++ b/web/src/main/resources/pinpoint-web.properties @@ -27,6 +27,8 @@ admin.password=admin #log.button.name= # Configuration +# Flag to send usage information (button click counts/order) to Google Analytics +# https://github.com/naver/pinpoint/wiki/FAQ#why-do-i-see-ui-send-requests-to-httpwwwgoogle-analyticscomcollect config.sendUsage=true config.editUserInfo=true config.openSource=true @@ -42,4 +44,4 @@ web.experimental.span.format.compatibility.version=v1 # stat handling compatibility = v1 or v2 or compatibilityMode (WARNING : experimental feature) # experimental feature AgentStat data format v1 : https://github.com/naver/pinpoint/issues/1533 -web.experimental.stat.format.compatibility.version=v1 \ No newline at end of file +web.experimental.stat.format.compatibility.version=v1