Hi, I have a large number of projects that I will test with k6, so it would make my life easier if I could split the dashboards on New Relic based on url (partial url, or multiple urls at once).
Has anyone tried to set this up? Do you have any pointers or sample queries that you used for this purpose?
Thank you for your question. At the moment, the statsd output does not include tags. If you use the datadog output with your new relic agent, however, tags will be included. While that might seem odd they, for the most part, use the same format so it is compatible with new relic as well.
The tags include name, which you’d be able to use to filter the metrics in your dashboards.
Does that mean that I would need to run DataDog agent and configure it’s parameters to New Relic parameters? Or does it mean that I would just use --out datadog instead of --out statsd with the New Relic StatsD integration?