Deploy GitHub Pages
This commit is contained in:
parent
15d84d230a
commit
2cd2f60efd
4 changed files with 54 additions and 54 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<span class=nt>annotations</span><span class=p>:</span>
|
||||
<span class=nt>nginx.ingress.kubernetes.io/enable-opentelemetry</span><span class=p>:</span> <span class=s>"true"</span>
|
||||
</code></pre></div></p> <p>We must also set the host to use when uploading traces:</p> <p><div class=highlight><pre><span></span><code><span class=nt>otlp-collector-host</span><span class=p>:</span> <span class=s>"otel-coll-collector.otel.svc"</span>
|
||||
</code></pre></div> NOTE: While the option is called <code>otlp-collector-host</code>, you will need to point this to any backend that recieves otlp-grpc.</p> <p>Next you will need to deploy a distributed telemetry system which uses OpenTelemetry. <a href=https://github.com/open-telemetry/opentelemetry-collector>opentelemetry-collector</a>, <a href=https://www.jaegertracing.io/ >Jaeger</a> <a href=https://github.com/grafana/tempo>Tempo</a>, and <a href=https://zipkin.io/ >zipkin</a> have been tested.</p> <p>Other optional configuration options: <div class=highlight><pre><span></span><code><span class=c1># specifies the name to use for the server span</span>
|
||||
</code></pre></div> NOTE: While the option is called <code>otlp-collector-host</code>, you will need to point this to any backend that receives otlp-grpc.</p> <p>Next you will need to deploy a distributed telemetry system which uses OpenTelemetry. <a href=https://github.com/open-telemetry/opentelemetry-collector>opentelemetry-collector</a>, <a href=https://www.jaegertracing.io/ >Jaeger</a> <a href=https://github.com/grafana/tempo>Tempo</a>, and <a href=https://zipkin.io/ >zipkin</a> have been tested.</p> <p>Other optional configuration options: <div class=highlight><pre><span></span><code><span class=c1># specifies the name to use for the server span</span>
|
||||
<span class="l l-Scalar l-Scalar-Plain">opentelemetry-operation-name</span>
|
||||
|
||||
<span class="l l-Scalar l-Scalar-Plain"># sets whether or not to trust incoming telemetry spans</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue