setTag abstract method

void setTag(
  1. String key,
  2. String value
)

Sets the tag on span or transaction.

Implementation

void setTag(String key, String value);