-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add more flint metrics #255
Add more flint metrics #255
Conversation
f43a597
to
464e64b
Compare
7875d7e
to
dd1a0d6
Compare
Signed-off-by: Louis Chu <[email protected]>
dd1a0d6
to
01ecd3a
Compare
Signed-off-by: Louis Chu <[email protected]>
b404542
to
f73ebcd
Compare
does InstanceRole required? |
There are no dimensions by default. Users can configure dimensions for their own purposes with #238. If we want to drop dimensions on a group of metrics, we need to support metric groups and group policy concepts, which are up for discussion. |
flint-core/src/main/java/org/opensearch/flint/core/metrics/MetricConstants.java
Show resolved
Hide resolved
flint-core/src/main/scala/org/opensearch/flint/core/storage/OpenSearchUpdater.java
Show resolved
Hide resolved
spark-sql-application/src/main/scala/org/apache/spark/sql/FlintJob.scala
Show resolved
Hide resolved
Signed-off-by: Louis Chu <[email protected]>
flint-core/src/main/scala/org/opensearch/flint/core/storage/OpenSearchReader.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Louis Chu <[email protected]>
0b56cf9
to
3504a31
Compare
Description
Metrics included in this PR:
Issues Resolved
#117
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.