of

public static Tags of(String name, String value)
public static Tags of(String name, boolean value)
public static Tags of(String name, long value)
public static Tags of(String name, double value)

Returns a single tag without needing to use the builder API. Where multiple tags are needed, it is always better to use the builder directly.