Hi, we've been using Splunk (SignalFX) APM for about a month now. Our initial implementation is for a .NET Framework stack (4.6.2), utilizing an OpenTelemetry collector, to push traces and metrics to Splunk. We're utilizing Zipkins as our exporter (previous attempts with the OTLP exporter were unsuccessful).
We are able to view our traces within the APM area of Splunk. I am able to drill into various nodes of our application and even click the 'Troubleshoot' link to view additional metrics around latency and errors, however, when we try to use the built in APM Dashboard, none of the metric data is populated. This is odd, considering we can see that same data when we follow the 'Troubleshoot' link of a node.
I'm curious to learn more about how the APM Dashboard pulls metrics to try and understand why our Dashboard has no metrics, but the 'Troubleshooting' side of APM does.
Thanks!