-
Notifications
You must be signed in to change notification settings - Fork 524
Add OpenTelemetry RUM content pack #16691
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
base: main
Are you sure you want to change the base?
Conversation
💔 Build Failed
Failed CI StepsHistory
|
|
|
||
| Find more detailed documentation guidelines in https://www.elastic.co/docs/extend/integrations/documentation-guidelines | ||
| */}} | ||
| # OpenTelemetry RUM Integration for Elastic |
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.
We should not use the word Integration in these OpenTelemetry Assets Package (Content Package).
As its actually not a complete integration.
Please refer to other CP's for this
| changes: | ||
| - description: Initial draft of the package | ||
| type: enhancement | ||
| link: https://github.com/elastic/integrations/pull/1 # FIXME Replace with the real PR link |
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.
Update PR number
| discovery: | ||
| fields: [] | ||
| datasets: | ||
| - generic.otel |
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.
Where does the data arrive in ?
Keeping it generic.otel should not be ideal.
| size: 32x32 | ||
| type: image/svg+xml | ||
| owner: | ||
| github: elastic/integrations |
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.
Please update the ownership here as well.
This PR adds a content package to visualize metrics from web applications being instrumented by the OTEL JS SDK. Elastic accepts OTLP format for all signals and there is a guide on how to get web telemetry using the upstream SDK.
With this content pack users can visualize page load metrics and errors of their web apps with the possibility of filtering by app, browser and OS.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Closes: https://github.com/elastic/opentelemetry-dev/issues/1123
Screenshots