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

Commit

Permalink
Merge abc408c into d91d707
Browse files Browse the repository at this point in the history
  • Loading branch information
limfriend committed Jun 4, 2019
2 parents d91d707 + abc408c commit be34638
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions opentracing-api/src/main/java/io/opentracing/tag/Tags.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ private Tags() {
* ERROR indicates whether a Span ended in an error state.
*/
public static final BooleanTag ERROR = new BooleanTag("error");

/**
* ERROR_KIND indicates the kind of error, e.g. NullPointerException.
*/
public static final StringTag ERROR_KIND = new StringTag("error.kind");

/**
* DB_TYPE indicates the type of Database.
Expand Down

0 comments on commit be34638

Please sign in to comment.