What’s the tag for “service name” to use it in que...
# support
r
What’s the tag for “service name” to use it in queries?
I think is
service.name
lol
How can I use the service name as variable? I tried this but it takes a lot of time to run
s
replace
stringTagMap['service.name']
with
DISTINCT serviceName
r
thanks!