Channels
watercooler
incidents
reactjs-config
k8s_operator_helm
write-for-signoz
signoz-alert-testing
testsupport
webhook-dev
general
contributing
support
contributing-frontend
github-activities
Powered by
#support
Title
# support
r
Romario Lopez C
04/24/2023, 6:09 PM
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
Srikanth Chekuri
04/25/2023, 8:32 AM
replace
stringTagMap['service.name']
with
DISTINCT serviceName
r
Romario Lopez C
04/25/2023, 3:03 PM
thanks!
4 Views
Post