Skip to content

Commit

Permalink
docs: remove broken opentracing example for now (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarams87 committed Mar 22, 2021
1 parent 8316e12 commit 9ef1d36
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 72 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -405,15 +405,15 @@ See the doc about [VirtualServer and VirtualServerRoute resources](/nginx-ingres
* - ``opentracing``
- Enables `OpenTracing <https://opentracing.io>`_ globally (for all Ingress, VirtualServer and VirtualServerRoute resources). Note: requires the Ingress Controller image with OpenTracing module and a tracer. See the `docs </nginx-ingress-controller/third-party-modules/opentracing>`_ for more information.
- ``False``
- `Support for OpenTracing <https://github.com/nginxinc/kubernetes-ingress/blob/master/examples/opentracing/README.md>`_.
-
* - ``opentracing-tracer``
- Sets the path to the vendor tracer binary plugin.
- N/A
- `Support for OpenTracing <https://github.com/nginxinc/kubernetes-ingress/blob/master/examples/opentracing/README.md>`_.
-
* - ``opentracing-tracer-config``
- Sets the tracer configuration in JSON format.
- N/A
- `Support for OpenTracing <https://github.com/nginxinc/kubernetes-ingress/blob/master/examples/opentracing/README.md>`_.
-
* - ``app-protect-cookie-seed``
- Sets the ``app_protect_cookie_seed`` `global directive </nginx-app-protect/configuration/#global-directives>`_.
- Random automatically generated string
Expand Down
2 changes: 1 addition & 1 deletion docs-web/third-party-modules/opentracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Ingress Controller supports [OpenTracing](https://opentracing.io/) with the third-party module [opentracing-contrib/nginx-opentracing](https://github.com/opentracing-contrib/nginx-opentracing).

This document explains how to use OpenTracing with the Ingress Controller. Additionally, we have an [example](https://github.com/nginxinc/kubernetes-ingress/tree/master/examples/opentracing) on how to enable OpenTracing for a simple web application using Jaeger as a tracer.
This document explains how to use OpenTracing with the Ingress Controller.

## Prerequisites
1. **Use the Ingress Controller image with OpenTracing.** The default Ingress Controller images don’t include the OpenTracing module. To use OpenTracing, you need to build the image with that module. Follow the build instructions to build the image using `openshift-image` for NGINX or `openshift-image-plus` for NGINX Plus.
Expand Down
48 changes: 0 additions & 48 deletions examples/opentracing/README.md

This file was deleted.

Binary file removed examples/opentracing/jaeger-ui.png
Binary file not shown.
20 changes: 0 additions & 20 deletions examples/opentracing/nginx-config.yaml

This file was deleted.

0 comments on commit 9ef1d36

Please sign in to comment.