We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c4e00 commit eb79781Copy full SHA for eb79781
README.md
@@ -235,6 +235,11 @@ Measure m = Measure.newBuilder()
235
.setName("entity_id")
236
.setType(
237
TagType.TAG_TYPE_STRING))
238
+ .addTags(
239
+ TagSpec.newBuilder()
240
+ .setName("service_id")
241
+ .setType(
242
+ TagType.TAG_TYPE_STRING))
243
.addTags(
244
TagSpec.newBuilder()
245
.setName("scope")
0 commit comments