Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions api/envoy/config/trace/v3/dynamic_ot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,15 @@ message DynamicOtConfig {
string library = 1 [
deprecated = true,
(validate.rules).string = {min_len: 1},
(envoy.annotations.deprecated_at_minor_version) = "3.0"
(envoy.annotations.deprecated_at_minor_version) = "3.0",
(envoy.annotations.disallowed_by_default) = true
];

// The configuration to use when creating a tracer from the given dynamic
// library.
google.protobuf.Struct config = 2
[deprecated = true, (envoy.annotations.deprecated_at_minor_version) = "3.0"];
google.protobuf.Struct config = 2 [
deprecated = true,
(envoy.annotations.deprecated_at_minor_version) = "3.0",
(envoy.annotations.disallowed_by_default) = true
];
}
1 change: 0 additions & 1 deletion docs/root/start/sandboxes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ The following sandboxes are available:
golang-network
grpc_bridge
gzip
jaeger_native_tracing
jaeger_tracing
kafka
load_reporting_service
Expand Down
121 changes: 0 additions & 121 deletions docs/root/start/sandboxes/jaeger_native_tracing.rst

This file was deleted.

3 changes: 0 additions & 3 deletions docs/root/start/sandboxes/jaeger_tracing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,5 @@ to service2, as well as the latency incurred at each hop.
:ref:`Request tracing <arch_overview_tracing>`
Learn more about using Envoy's request tracing.

:ref:`Jaeger native tracing sandbox <install_sandboxes_jaeger_native_tracing>`
An example of using Jaeger natively with Envoy.

`Jaeger <https://jaegertracing.io/>`_
Jaeger tracing website.
2 changes: 0 additions & 2 deletions examples/jaeger-native-tracing/README.md

This file was deleted.

44 changes: 0 additions & 44 deletions examples/jaeger-native-tracing/docker-compose.yaml

This file was deleted.

69 changes: 0 additions & 69 deletions examples/jaeger-native-tracing/envoy.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/jaeger-native-tracing/install-jaeger-plugin.sh

This file was deleted.

105 changes: 0 additions & 105 deletions examples/jaeger-native-tracing/service1-envoy-jaeger.yaml

This file was deleted.

Loading