I had a best practices question. Currently we have our Services in :datadog: named like prefix-develop-some-api
, prefix-staging-some-api
, and prefix-prod-some-api
which lines up with how they are named in our cloud infrastructure. But it seems like the service catalog encourages you to almost name it just prefix-some-api
and use the environmental discriminator to carve up how you view it.
Is there a recommended direction to take one way or another?