ccaominh commented on a change in pull request #8472: [statsd-emitter] Fix 
service tag by avoiding using a reserved word
URL: https://github.com/apache/incubator-druid/pull/8472#discussion_r321414728
 
 

 ##########
 File path: 
extensions-contrib/statsd-emitter/src/test/java/org/apache/druid/emitter/statsd/StatsDEmitterTest.java
 ##########
 @@ -181,7 +181,7 @@ public void testServiceAsTagOption()
             client
     );
     client.time("druid.query.time", 10,
-            "service:druid/broker", "dataSource:data-source", "type:groupBy", 
"hostname:brokerHost1"
+            "druidService:druid/broker", "dataSource:data-source", 
"type:groupBy", "hostname:brokerHost1"
 
 Review comment:
   I was wondering if there was an easy way to automatically get the list of 
reserved tag keys, but if not, then I don't think it's worth manually syncing 
something to the source of truth.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to