We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a developer, I want to enable flexibility in terms of which metric dimensions to emit to avoid making a direct code modification and deployment.
The text was updated successfully, but these errors were encountered:
Also we should avoid adding EMR specific vars when publishing metrics like these
https://github.com/opensearch-project/opensearch-spark/blob/main/flint-core/src/main/java/org/opensearch/flint/core/metrics/reporter/DimensionedCloudWatchReporter.java#L370-L372
Instead they could live in Spark Env as a configurable set.
GLOBAL_METRICS_DIMENSION: { SERVERLESS_EMR_JOB_ID: <SERVERLESS_EMR_JOB_ID> SERVERLESS_EMR_VIRTUAL_CLUSTER_ID: <SERVERLESS_EMR_VIRTUAL_CLUSTER_ID> FLINT_CLUSTER_NAME: <FLINT_CLUSTER_NAME> }
Sorry, something went wrong.
No branches or pull requests
As a developer, I want to enable flexibility in terms of which metric dimensions to emit to avoid making a direct code modification and deployment.
The text was updated successfully, but these errors were encountered: