You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/05/15 11:42:35 UTC

[incubator-zipkin] branch master updated: Improves description for AUTOCOMPLETE_KEYS (#2594)

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git


The following commit(s) were added to refs/heads/master by this push:
     new fbdba27  Improves description for AUTOCOMPLETE_KEYS (#2594)
fbdba27 is described below

commit fbdba27f8587c52e7137b7de506e7976744f6e6c
Author: José Carlos Chávez <jc...@gmail.com>
AuthorDate: Wed May 15 13:42:27 2019 +0200

    Improves description for AUTOCOMPLETE_KEYS (#2594)
---
 zipkin-server/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zipkin-server/README.md b/zipkin-server/README.md
index 444a656..fccbb19 100644
--- a/zipkin-server/README.md
+++ b/zipkin-server/README.md
@@ -154,7 +154,7 @@ Defaults to true
 * `QUERY_LOOKBACK`: How many milliseconds queries can look back from endTs; Defaults to 24 hours (two daily buckets: one for today and one for yesterday)
 * `STORAGE_TYPE`: SpanStore implementation: one of `mem`, `mysql`, `cassandra`, `elasticsearch`
 * `COLLECTOR_SAMPLE_RATE`: Percentage of traces to retain, defaults to always sample (1.0).
-* `AUTOCOMPLETE_KEYS`: list of span tag keys which will be returned by the `/api/v2/autocompleteTags` endpoint
+* `AUTOCOMPLETE_KEYS`: list of span tag keys which will be returned by the `/api/v2/autocompleteTags` endpoint; Tag keys should be comma separated e.g. "instance_id,user_id,env"
 * `AUTOCOMPLETE_TTL`: How long in milliseconds to suppress calls to write the same autocomplete key/value pair. Default 3600000 (1 hr)
 
 ### Throttled Storage (Experimental)