-
Notifications
You must be signed in to change notification settings - Fork 474
[O11y][Apache Spark] Add metric_type for executor data stream #7831
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
[O11y][Apache Spark] Add metric_type for executor data stream #7831
Conversation
🌐 Coverage report
|
…into apache_spark-executor-add-metric_type Conflicts: packages/apache_spark/changelog.yml packages/apache_spark/manifest.yml
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.
LGTM
@harnish-elastic , similar to #7794 there a reference to metric_type mapping? |
@agithomas Since the MBean list is too large to mention in the PR description, I have already attached the link of the metric_type in the description itself |
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.
LGTM!
…into apache_spark-executor-add-metric_type Conflicts: packages/apache_spark/changelog.yml packages/apache_spark/docs/README.md packages/apache_spark/manifest.yml
Package apache_spark - 0.7.5 containing this change is available at https://epr.elastic.co/search?package=apache_spark |
What does this PR do?
Checklist
I have reviewed tips for building integrations and this pull request is aligned with them.
I have verified that all data streams collect metrics or logs.
I have added an entry to my package's
changelog.yml
file.I have verified that Kibana version constraints are current according to guidelines.
Relates Apache Spark TSDB Enablement #7786
Relates [O11y][Apache Spark] Add metric_type across package #7408