mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Closes https://github.com/elastic/kibana/issues/25117 ## Summary Add a missing transaction warning if there are Transactions or Spans with a `parent.id` that doesn't exist in the trace. ## Testing - Use the `trace_with_orphan_items.ts` scenario: `node scripts/synthtrace --clean trace_with_orphan_items.ts` - In APM -> Traces there are 2 traces: - <img width="1423" alt="image" src=" |
||
---|---|---|
.. | ||
.storybook | ||
common | ||
dev_docs | ||
ftr_e2e | ||
public | ||
scripts | ||
server | ||
typings | ||
.prettierrc | ||
CONTRIBUTING.md | ||
jest.config.js | ||
kibana.jsonc | ||
readme.md | ||
tsconfig.json |
APM
This plugin provides access to App Monitoring features provided by Elastic. It allows you to monitor your software services and applications in real-time; visualize detailed performance information on your services, identify and analyze errors, and monitor host-level and APM agent-specific metrics like JVM and Go runtime metrics.
Documentation for APM UI developers
Getting started
APM concepts
Tooling
- VSCode setup instructions
- Github PR commands
- Synthtrace (data generation)
- Query debugging in development and production