Deploy GitHub Pages
This commit is contained in:
parent
9ef24e4763
commit
7f61ba8c1c
4 changed files with 67 additions and 67 deletions
|
|
@ -163,4 +163,4 @@ RawContentLength<span class=w> </span>:<span class=w> </span><span class=m>21</
|
|||
</code></pre></div> </li> <li> <p>View the Grafana UI:</p> <p><div class=highlight><pre><span></span><code>kubectl<span class=w> </span>port-forward<span class=w> </span>--namespace<span class=o>=</span>observability<span class=w> </span>service/grafana<span class=w> </span><span class=m>3000</span>:80
|
||||
</code></pre></div> In the Grafana interface we can see the details: <img alt="grafana screenshot" src=../../../images/otel-grafana-demo.png title="grafana screenshot"></p> </li> <li> <p>View the Jaeger UI:</p> <p><div class=highlight><pre><span></span><code>kubectl<span class=w> </span>port-forward<span class=w> </span>--namespace<span class=o>=</span>observability<span class=w> </span>service/jaeger-all-in-one-query<span class=w> </span><span class=m>16686</span>:16686
|
||||
</code></pre></div> In the Jaeger interface we can see the details: <img alt="Jaeger screenshot" src=../../../images/otel-jaeger-demo.png title="Jaeger screenshot"></p> </li> <li> <p>View the Zipkin UI:</p> <p><div class=highlight><pre><span></span><code>kubectl<span class=w> </span>port-forward<span class=w> </span>--namespace<span class=o>=</span>observability<span class=w> </span>service/zipkin<span class=w> </span><span class=m>9411</span>:9411
|
||||
</code></pre></div> In the Zipkin interface we can see the details: <img alt="zipkin screenshot" src=../../../images/otel-zipkin-demo.png title="zipkin screenshot"></p> </li> </ol> <h2 id=migration-from-opentracing-jaeger-zipkin-and-datadog>Migration from OpenTracing, Jaeger, Zipkin and Datadog<a class=headerlink href=#migration-from-opentracing-jaeger-zipkin-and-datadog title="Permanent link"> ¶</a></h2> <p>If you are migrating from OpenTracing, Jaeger, Zipkin, or Datadog to OpenTelemetry, you may need to update various annotations and configurations. Here are the mappings for common annotations and configurations:</p> <h3 id=annotations>Annotations<a class=headerlink href=#annotations title="Permanent link"> ¶</a></h3> <table> <thead> <tr> <th>Legacy</th> <th>OpenTelemetry</th> </tr> </thead> <tbody> <tr> <td><code>nginx.ingress.kubernetes.io/enable-opentracing</code></td> <td><code>nginx.ingress.kubernetes.io/enable-opentelemetry</code></td> </tr> <tr> <td><code>opentracing-trust-incoming-span</code></td> <td><code>opentracing-trust-incoming-span</code></td> </tr> </tbody> </table> <h3 id=configs>Configs<a class=headerlink href=#configs title="Permanent link"> ¶</a></h3> <table> <thead> <tr> <th>Legacy</th> <th>OpenTelemetry</th> </tr> </thead> <tbody> <tr> <td><code>opentracing-operation-name</code></td> <td><code>opentelemetry-operation-name</code></td> </tr> <tr> <td><code>opentracing-location-operation-name</code></td> <td><code>opentelemetry-operation-name</code></td> </tr> <tr> <td><code>opentracing-trust-incoming-span</code></td> <td><code>opentelemetry-trust-incoming-span</code></td> </tr> <tr> <td><code>zipkin-collector-port</code></td> <td><code>otlp-collector-port</code></td> </tr> <tr> <td><code>zipkin-service-name</code></td> <td><code>otel-service-name</code></td> </tr> <tr> <td><code>zipkin-sample-rate</code></td> <td><code>otel-sampler-ratio</code></td> </tr> <tr> <td><code>jaeger-collector-port</code></td> <td><code>otlp-collector-port</code></td> </tr> <tr> <td><code>jaeger-endpoint</code></td> <td><code>otlp-collector-port</code>, <code>otlp-collector-host</code></td> </tr> <tr> <td><code>jaeger-service-name</code></td> <td><code>otel-service-name</code></td> </tr> <tr> <td><code>jaeger-propagation-format</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>jaeger-sampler-type</code></td> <td><code>otel-sampler</code></td> </tr> <tr> <td><code>jaeger-sampler-param</code></td> <td><code>otel-sampler</code></td> </tr> <tr> <td><code>jaeger-sampler-host</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>jaeger-sampler-port</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>jaeger-trace-context-header-name</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>jaeger-debug-header</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>jaeger-baggage-header</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>jaeger-tracer-baggage-header-prefix</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>datadog-collector-port</code></td> <td><code>otlp-collector-port</code></td> </tr> <tr> <td><code>datadog-service-name</code></td> <td><code>otel-service-name</code></td> </tr> <tr> <td><code>datadog-environment</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>datadog-operation-name-override</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>datadog-priority-sampling</code></td> <td><code>otel-sampler</code></td> </tr> <tr> <td><code>datadog-sample-rate</code></td> <td><code>otel-sampler-ratio</code></td> </tr> </tbody> </table> </article> </div> </div> </main> <footer class=md-footer> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class=md-copyright> Made with <a href=https://squidfunk.github.io/mkdocs-material/ target=_blank rel=noopener> Material for MkDocs </a> </div> </div> </div> </footer> </div> <div class=md-dialog data-md-component=dialog> <div class="md-dialog__inner md-typeset"></div> </div> <script id=__config type=application/json>{"base": "../../..", "features": ["navigation.tabs", "navigation.tabs.sticky", "navigation.instant", "navigation.sections"], "search": "../../../assets/javascripts/workers/search.f886a092.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script> <script src=../../../assets/javascripts/bundle.aecac24b.min.js></script> </body> </html>
|
||||
</code></pre></div> In the Zipkin interface we can see the details: <img alt="zipkin screenshot" src=../../../images/otel-zipkin-demo.png title="zipkin screenshot"></p> </li> </ol> <h2 id=migration-from-opentracing-jaeger-zipkin-and-datadog>Migration from OpenTracing, Jaeger, Zipkin and Datadog<a class=headerlink href=#migration-from-opentracing-jaeger-zipkin-and-datadog title="Permanent link"> ¶</a></h2> <p>If you are migrating from OpenTracing, Jaeger, Zipkin, or Datadog to OpenTelemetry, you may need to update various annotations and configurations. Here are the mappings for common annotations and configurations:</p> <h3 id=annotations>Annotations<a class=headerlink href=#annotations title="Permanent link"> ¶</a></h3> <table> <thead> <tr> <th>Legacy</th> <th>OpenTelemetry</th> </tr> </thead> <tbody> <tr> <td><code>nginx.ingress.kubernetes.io/enable-opentracing</code></td> <td><code>nginx.ingress.kubernetes.io/enable-opentelemetry</code></td> </tr> <tr> <td><code>nginx.ingress.kubernetes.io/opentracing-trust-incoming-span</code></td> <td><code>nginx.ingress.kubernetes.io/opentelemetry-trust-incoming-span</code></td> </tr> </tbody> </table> <h3 id=configs>Configs<a class=headerlink href=#configs title="Permanent link"> ¶</a></h3> <table> <thead> <tr> <th>Legacy</th> <th>OpenTelemetry</th> </tr> </thead> <tbody> <tr> <td><code>opentracing-operation-name</code></td> <td><code>opentelemetry-operation-name</code></td> </tr> <tr> <td><code>opentracing-location-operation-name</code></td> <td><code>opentelemetry-operation-name</code></td> </tr> <tr> <td><code>opentracing-trust-incoming-span</code></td> <td><code>opentelemetry-trust-incoming-span</code></td> </tr> <tr> <td><code>zipkin-collector-port</code></td> <td><code>otlp-collector-port</code></td> </tr> <tr> <td><code>zipkin-service-name</code></td> <td><code>otel-service-name</code></td> </tr> <tr> <td><code>zipkin-sample-rate</code></td> <td><code>otel-sampler-ratio</code></td> </tr> <tr> <td><code>jaeger-collector-port</code></td> <td><code>otlp-collector-port</code></td> </tr> <tr> <td><code>jaeger-endpoint</code></td> <td><code>otlp-collector-port</code>, <code>otlp-collector-host</code></td> </tr> <tr> <td><code>jaeger-service-name</code></td> <td><code>otel-service-name</code></td> </tr> <tr> <td><code>jaeger-propagation-format</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>jaeger-sampler-type</code></td> <td><code>otel-sampler</code></td> </tr> <tr> <td><code>jaeger-sampler-param</code></td> <td><code>otel-sampler</code></td> </tr> <tr> <td><code>jaeger-sampler-host</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>jaeger-sampler-port</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>jaeger-trace-context-header-name</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>jaeger-debug-header</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>jaeger-baggage-header</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>jaeger-tracer-baggage-header-prefix</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>datadog-collector-port</code></td> <td><code>otlp-collector-port</code></td> </tr> <tr> <td><code>datadog-service-name</code></td> <td><code>otel-service-name</code></td> </tr> <tr> <td><code>datadog-environment</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>datadog-operation-name-override</code></td> <td><code>N/A</code></td> </tr> <tr> <td><code>datadog-priority-sampling</code></td> <td><code>otel-sampler</code></td> </tr> <tr> <td><code>datadog-sample-rate</code></td> <td><code>otel-sampler-ratio</code></td> </tr> </tbody> </table> </article> </div> </div> </main> <footer class=md-footer> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class=md-copyright> Made with <a href=https://squidfunk.github.io/mkdocs-material/ target=_blank rel=noopener> Material for MkDocs </a> </div> </div> </div> </footer> </div> <div class=md-dialog data-md-component=dialog> <div class="md-dialog__inner md-typeset"></div> </div> <script id=__config type=application/json>{"base": "../../..", "features": ["navigation.tabs", "navigation.tabs.sticky", "navigation.instant", "navigation.sections"], "search": "../../../assets/javascripts/workers/search.f886a092.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script> <script src=../../../assets/javascripts/bundle.aecac24b.min.js></script> </body> </html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue