Deploy GitHub Pages
This commit is contained in:
parent
145dfc52f1
commit
8208e90493
4 changed files with 59 additions and 30 deletions
|
|
@ -1028,6 +1028,13 @@
|
|||
zipkin-service-name
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#zipkin-sample-rate" title="zipkin-sample-rate" class="md-nav__link">
|
||||
zipkin-sample-rate
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -2384,6 +2391,13 @@
|
|||
zipkin-service-name
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#zipkin-sample-rate" title="zipkin-sample-rate" class="md-nav__link">
|
||||
zipkin-sample-rate
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
|
@ -3046,6 +3060,11 @@ Same for numbers, like "100".</p>
|
|||
<td align="left">"nginx"</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><a href="#zipkin-sample-rate">zipkin-sample-rate</a></td>
|
||||
<td align="left">float</td>
|
||||
<td align="left">1.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left"><a href="#jaeger-collector-host">jaeger-collector-host</a></td>
|
||||
<td align="left">string</td>
|
||||
<td align="left">""</td>
|
||||
|
|
@ -3465,6 +3484,8 @@ number is exceeded, the least recently used connections are closed. <em><strong>
|
|||
<p>Specifies the port to use when uploading traces. <em><strong>default:</strong></em> 9411</p>
|
||||
<h2 id="zipkin-service-name">zipkin-service-name<a class="headerlink" href="#zipkin-service-name" title="Permanent link">¶</a></h2>
|
||||
<p>Specifies the service name to use for any traces created. <em><strong>default:</strong></em> nginx</p>
|
||||
<h2 id="zipkin-sample-rate">zipkin-sample-rate<a class="headerlink" href="#zipkin-sample-rate" title="Permanent link">¶</a></h2>
|
||||
<p>Specifies sample rate for any traces created. <em><strong>default:</strong></em> 1.0</p>
|
||||
<h2 id="jaeger-collector-host">jaeger-collector-host<a class="headerlink" href="#jaeger-collector-host" title="Permanent link">¶</a></h2>
|
||||
<p>Specifies the host to use when uploading traces. It must be a valid URL.</p>
|
||||
<h2 id="jaeger-collector-port">jaeger-collector-port<a class="headerlink" href="#jaeger-collector-port" title="Permanent link">¶</a></h2>
|
||||
|
|
|
|||
|
|
@ -1183,6 +1183,9 @@ zipkin-collector-port
|
|||
# specifies the service name to use for any traces created, Default: nginx
|
||||
zipkin-service-name
|
||||
|
||||
# specifies sample rate for any traces created. Default: 1.0
|
||||
zipkin-sample-rate
|
||||
|
||||
# specifies the port to use when uploading traces
|
||||
jaeger-collector-port
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue