Conversation
Vale Linting ResultsSummary: 4 suggestions found 💡 Suggestions (4)
The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
| kibana: | ||
| version: "^8.19.0 || ^9.1.0" | ||
| elastic: | ||
| subscription: "basic" |
There was a problem hiding this comment.
Does the data arrive in some specific dataseream ? Then we can use discovery.dataset for aut installing the Content Pack
There was a problem hiding this comment.
Unfortunately, it's not a specific datastream but "generic.otel" instead (similar to JS RUM) 😞 - so I didn't add the auto-installing functionality based on this comment on the JS RUM dashboards on it.
|
Also fixes elastic/docs-content#5201. Thank you! |
If it's about removing the template function, I did so for this new content package, but not for the RUM one. It's a small change, though, so I could apply it to this PR if needed. |
|
I'm sorry, I totally missed that 🤦 . Can you please remove that in this PR if it's not too much trouble? |
Sure! It's done now. |
💚 Build Succeeded
History
|
This PR adds a new content package (
otel_android_dashboards) to visualize telemetry data from Android applications instrumented with OpenTelemetry.The package includes two Kibana dashboards:
The dashboards query an Android app's data, filtering on
os.name: "Android". They are designed to work with the Elastic Distribution of OpenTelemetry Android (EDOT Android) but are compatible with any OpenTelemetry-instrumented Android app that sends the expected fields.Checklist
changelog.ymlfile.Author's Checklist
img/How to test this PR locally
elastic-package build && elastic-package installto install this content package in your Kibana deploymentRelated issues
Screenshots
Application Overview
Exception Details