You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: datadog-tracing/example.rst
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,17 @@ Datadog tracing
7
7
8
8
.. include:: _include/docker-env-setup-link.rst
9
9
10
-
.. note:: Before proceeding, please ensure you have a Datadog account set up. If you don't already have one, you can `sign up for Datadog here <https://app.datadoghq.eu/signup>`_.
11
-
12
10
:ref:`curl <start_sandboxes_setup_curl>`
13
11
Used to make HTTP requests.
14
12
13
+
14
+
.. note::
15
+
16
+
Before proceeding, please ensure you have a Datadog account set up.
17
+
18
+
If you don't already have one, you can `sign up for Datadog here <https://app.datadoghq.eu/signup>`_.
19
+
20
+
15
21
The Datadog tracing sandbox demonstrates Envoy's :ref:`request tracing <arch_overview_tracing>`
16
22
capabilities using `Datadog <https://datadoghq.com/>`_ as the tracing provider.
17
23
@@ -29,14 +35,12 @@ Each span records the latency of upstream API calls as well as information neede
29
35
Step 1: Build the sandbox
30
36
*************************
31
37
32
-
Change directory to ``examples/datadog-tracing`` in the Envoy repository.
33
-
34
-
To build this sandbox example, and start the example services run the following commands:
38
+
Change to the ``datadog-tracing`` directory, and start the containers, with the following commands:
0 commit comments