From a161ca2fcacb591e76e215bb0a1dfa3b776ed95d Mon Sep 17 00:00:00 2001 From: omerfsen Date: Tue, 25 Aug 2020 12:44:40 +0100 Subject: [PATCH 1/4] Update distributed-tracing.md Update it to reflect latest version (which right now corresponds to 1.18). They automatically link latest to the version number so `latest` will always work --- doc/source/graph/distributed-tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/graph/distributed-tracing.md b/doc/source/graph/distributed-tracing.md index 5495ce02ec..e1b60a75b4 100644 --- a/doc/source/graph/distributed-tracing.md +++ b/doc/source/graph/distributed-tracing.md @@ -4,7 +4,7 @@ You can use Open Tracing to trace your API calls to Seldon Core. By default we s ## Install Jaeger -You will need to install Jaeger on your Kubernetes cluster. Follow their [documentation](https://www.jaegertracing.io/docs/1.16/operator/) +You will need to install Jaeger on your Kubernetes cluster. Follow their [documentation](https://www.jaegertracing.io/docs/latest/operator/) ## Configuration From 0494ce2c7142392d7cb0c17c29fa7f9191573a1e Mon Sep 17 00:00:00 2001 From: omerfsen Date: Tue, 25 Aug 2020 12:56:19 +0100 Subject: [PATCH 2/4] Update tracing.ipynb --- examples/models/tracing/tracing.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/models/tracing/tracing.ipynb b/examples/models/tracing/tracing.ipynb index 419af549b0..de17e04d96 100644 --- a/examples/models/tracing/tracing.ipynb +++ b/examples/models/tracing/tracing.ipynb @@ -53,7 +53,7 @@ "source": [ "## Install Jaeger\n", "\n", - "Follow the Jaeger docs to [install on Kubernetes](https://www.jaegertracing.io/docs/1.16/operator/)." + "Follow the Jaeger docs to [install on Kubernetes](https://www.jaegertracing.io/docs/latest/operator/)." ] }, { From 1c128570b714647144f13b17becc3ed7972595a5 Mon Sep 17 00:00:00 2001 From: omerfsen Date: Wed, 26 Aug 2020 15:34:10 +0100 Subject: [PATCH 3/4] Update distributed-tracing.md --- doc/source/graph/distributed-tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/graph/distributed-tracing.md b/doc/source/graph/distributed-tracing.md index e1b60a75b4..4e72f434f6 100644 --- a/doc/source/graph/distributed-tracing.md +++ b/doc/source/graph/distributed-tracing.md @@ -4,7 +4,7 @@ You can use Open Tracing to trace your API calls to Seldon Core. By default we s ## Install Jaeger -You will need to install Jaeger on your Kubernetes cluster. Follow their [documentation](https://www.jaegertracing.io/docs/latest/operator/) +You will need to install Jaeger on your Kubernetes cluster. Follow their [documentation](https://www.jaegertracing.io/docs/1.18/operator/) ## Configuration From 27e5438dc5eb6532532e1bf5a6ec16fd3360e78c Mon Sep 17 00:00:00 2001 From: omerfsen Date: Wed, 26 Aug 2020 15:35:13 +0100 Subject: [PATCH 4/4] Update tracing.ipynb --- examples/models/tracing/tracing.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/models/tracing/tracing.ipynb b/examples/models/tracing/tracing.ipynb index de17e04d96..973a5196b9 100644 --- a/examples/models/tracing/tracing.ipynb +++ b/examples/models/tracing/tracing.ipynb @@ -53,7 +53,7 @@ "source": [ "## Install Jaeger\n", "\n", - "Follow the Jaeger docs to [install on Kubernetes](https://www.jaegertracing.io/docs/latest/operator/)." + "Follow the Jaeger docs to [install on Kubernetes](https://www.jaegertracing.io/docs/1.18/operator/)." ] }, {