-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[APM] Generate stack monitoring data #118302
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran into a bunch of bootstrap reference errors here (looks like the apm integration and e2e tests rely on this code).
Can I just ignore these and use the code you have here to produce some documents?
@@ -1,67 +0,0 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this supposed to be deleted? Looks like clean_write_targets.ts
still imports it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had duplicated files, renaming that import to create_logger.ts should work. And yeah you can safely ignore the bootstrap reference errors (I've disabled those in my local setup).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gotcha. How do you disable those? For now I've just ignored them.
I tried running this with
But I just get the same Do you have an example on how to run this with a monitoring write target? |
The command I'm running is (The 01_simple_trace.ts scenario seems wired for APM data which expects the indices to be pre-setup) |
@elasticmachine merge upstream |
merge conflict between base and head |
Marking as "fixes" for SM generation - what we have isn't complete but it does work. So we can probably call the issue done once this is merged. |
@matschaffer @miltonhultgren cool, I'll clean up and pull this out of draft. |
Pinging @elastic/apm-ui (Team:apm) |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good! (can't approve, as it's my own PR)
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Public APIs missing exports
History
To update your PR or re-run it, just comment with: |
* Generate stack monitoring data * Update file import * Fix imports after bad merge from upstream * A cluster stats generator * Wiring kibana docs to ES docs * Adding fields to get kibana cards rendering * [apm-synthtrace] Export types Fields, ApmException, ApmSynthtraceEsClient * [APM] Update integration tests with synthtrace changes * [APM] Update Cypress E2E tests with synthtrace changes * Fix lint errors Co-authored-by: Milton Hultgren <[email protected]> Co-authored-by: Mat Schaffer <[email protected]>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
* Generate stack monitoring data * Update file import * Fix imports after bad merge from upstream * A cluster stats generator * Wiring kibana docs to ES docs * Adding fields to get kibana cards rendering * [apm-synthtrace] Export types Fields, ApmException, ApmSynthtraceEsClient * [APM] Update integration tests with synthtrace changes * [APM] Update Cypress E2E tests with synthtrace changes * Fix lint errors Co-authored-by: Milton Hultgren <[email protected]> Co-authored-by: Mat Schaffer <[email protected]> Co-authored-by: Dario Gieselaar <[email protected]> Co-authored-by: Milton Hultgren <[email protected]> Co-authored-by: Mat Schaffer <[email protected]>
* Generate stack monitoring data * Update file import * Fix imports after bad merge from upstream * A cluster stats generator * Wiring kibana docs to ES docs * Adding fields to get kibana cards rendering * [apm-synthtrace] Export types Fields, ApmException, ApmSynthtraceEsClient * [APM] Update integration tests with synthtrace changes * [APM] Update Cypress E2E tests with synthtrace changes * Fix lint errors Co-authored-by: Milton Hultgren <[email protected]> Co-authored-by: Mat Schaffer <[email protected]>
Fixes #117615