Github user karanmehta93 commented on the issue:
https://github.com/apache/phoenix/pull/315
@joshelser I don't see an easy way of doing it, since we read the tag from
`metricTag = QueryServicesOptions.withDefaults().getClientMetricTag();`, which
internally uses `InstanceResolver`, which depends on implementations of
`ConfigurationFactory`. Ideally, I need to add META-INF/<file> to provide that
factory and make it work. I don't think that we want to enforce that. If there
is any other option, let me know.
---