From commits-return-1366-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Wed May 15 09:53:19 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 15AB3180675 for ; Wed, 15 May 2019 11:53:18 +0200 (CEST) Received: (qmail 89372 invoked by uid 500); 15 May 2019 09:53:18 -0000 Mailing-List: contact commits-help@zipkin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zipkin.apache.org Delivered-To: mailing list commits@zipkin.apache.org Received: (qmail 89356 invoked by uid 99); 15 May 2019 09:53:18 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 May 2019 09:53:18 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 556C88739E; Wed, 15 May 2019 09:53:18 +0000 (UTC) Date: Wed, 15 May 2019 09:53:19 +0000 To: "commits@zipkin.apache.org" Subject: [incubator-zipkin] 01/01: Improves description for AUTOCOMPLETE_KEYS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: jcchavezs@apache.org In-Reply-To: <155791399814.8544.13492489451039693766@gitbox.apache.org> References: <155791399814.8544.13492489451039693766@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-zipkin X-Git-Refname: refs/heads/autocomplete_keys_example X-Git-Reftype: branch X-Git-Rev: e756d41622cb407c110a41fd5232bd635e2c3f31 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190515095318.556C88739E@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. jcchavezs pushed a commit to branch autocomplete_keys_example in repository https://gitbox.apache.org/repos/asf/incubator-zipkin.git commit e756d41622cb407c110a41fd5232bd635e2c3f31 Author: José Carlos Chávez AuthorDate: Wed May 15 11:53:13 2019 +0200 Improves description for AUTOCOMPLETE_KEYS --- 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..5d9d4bd 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. "request_id,instance_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)