Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Boldify cautionary note
Browse files Browse the repository at this point in the history
  • Loading branch information
bhs committed Sep 23, 2016
1 parent 027764f commit 7c432f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions opentracing-api/src/main/java/io/opentracing/Span.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ public interface Span extends AutoCloseable {
/**
* Log key:value pairs to the Span with the current walltime timestamp.
*
* CAUTIONARY NOTE: not all Tracer implementations support key:value log fields end-to-end. Caveat emptor.
* <p><strong>CAUTIONARY NOTE:</strong> not all Tracer implementations support key:value log fields end-to-end.
* Caveat emptor.
*
* <p>A contrived example (using Guava, which is not required):
* <pre>{@code
Expand All @@ -91,7 +92,8 @@ public interface Span extends AutoCloseable {
/**
* Like log(Map&lt;String, Object&gt;), but with an explicit timestamp.
*
* CAUTIONARY NOTE: not all Tracer implementations support key:value log fields end-to-end. Caveat emptor.
* <p><strong>CAUTIONARY NOTE:</strong> not all Tracer implementations support key:value log fields end-to-end.
* Caveat emptor.
*
* @param timestampMicroseconds The explicit timestamp for the log record. Must be greater than or equal to the
* Span's start timestamp.
Expand Down

0 comments on commit 7c432f8

Please sign in to comment.