Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 99d6118

Browse files
author
James O. D. Hunt
committed
docs: Define "VM" in tracing doc
Explain what "VM" stands for in `TRACING.md`. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
1 parent 353ec2d commit 99d6118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TRACING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ forwards the information on to other components of a Jaeger system.
5151

5252
The Jaeger client package bound into the application sends the trace spans to
5353
the Jaeger agent process using the UDP protocol. This is problematic since it
54-
is not desirable to run a `jaeger-agent` process inside the VM:
54+
is not desirable to run a `jaeger-agent` process inside the Virtual Machine (VM):
5555

5656
- Adding extra binaries and an extra service to run the Jaeger agent inside
5757
the VM increases the size of the guest OS image used to

0 commit comments

Comments
 (0)