APM feedback and questions

Hi,

We have spent some time trying out the APM server in the last 2 days. Since we are mostly a .NET shop, there isn't an official agent for us to try. As a result we are sending messages directly to the APM server through the REST APIs.

Overall we think the APM module has huge potential, however we are running into a few things here and there and would like to get some clarifications.

  1. When we have span within span (i.e. span referencing another span by the parent id), how can you tell it's a sub-span visually with the APM GUI?

Currently the sub-span is shown as another span below the parent span, but there is no indication there is a parent/child relationship. Visually it makes no difference than 2 unrelated spans.

If that's the case, what's the reason of having nested span? I am expecting maybe you can click on the parent and it will drill into the details in the next layer, etc.

  1. Is there a way to display only a particular "run" of an application or transaction in the APM GUI? Seems like it's showing sampled data within a particular bucket. If you have many "runs" within the same bucket, how can you narrow it down just a specific run/transaction?

For instance, when there is an error for a particular run or during the development/testing of a new algorithm I would like to look at the detail timing for a specific run.

  1. Along the same line as above, how to group multiple transactions in the same run for display in the APM GUI?

  2. In the Error intake API, you can link the error with a transaction Id. In the APM GUI, it lists the error but I can't find a way to display the corresponding timing details. Is there a way to do that? Otherwise, what's the point of linking the error to the transaction?

  3. Looking at the schema and the GUI more closely, seems like the current APM is mainly targeted for long running web services? Any plans for making it also more applicable to applications?

  4. Since all the data is already in Elasticsearch, would it be possible to write our own GUI in Kibana to fit our specific needs? Or maybe easier to fetch data from Elasticsearch and plot them with 3rd party tool?

It's definitely possible that we are not sending messages with the expected format or assumptions. Anyways, any clarification or comments would be much appreciated.

Thanks!
Ed

Hi Ed!
thanks for the great feedback. Your +1 for .NET is noted!

  1. Yes, we do plan to indicate span relationship in the UI.
  2. Browsing samples within buckets and/or filtering transactions with a Discover-like query bar is something we're working on.
  3. If this is related to Distributed Tracing, this is currently in development.
  4. We also do plan to show this reference in the UI.
  5. While the platform is pretty flexible in regards to the length of your transactions, we actually primarily focus on instrumenting shorter transaction (e.g. HTTP requests). What gave you the impression that the APM product is mainly targeted long running web services? 6) That's definitely possible. However, we are constantly improving the Kibana APM UI, so we hope and think it will suffice soon!

Again, thanks a lot for the valuable and very valid feedback!

best,
Rasmus Makwarth
Product Manager, APM

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.