-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Oracle Module] New sysmetric metricset #30946
Comments
I wonder if we should try to cover these advanced use cases with the A configuration like this one could cover these use cases:
We may need to normalize the names, I think they are only lowercased now, but we should avoid For well-known use cases we may provide different curated metricsets, that collect sets of metrics that are meaningful to investigate a given problem. These metricsets would be disabled by default, but users could enable them. We could provide dashboards for these specific use cases, and optimized field mappings, dimensions and so on, what would help on saving disk space. A somehow generic sysmetric metricset may be a middle ground between them, but it will overlap with the sql module, it can be complex to support good dynamic mappings and so on, and it won't be as flexible as the sql module, nor as curated as specific metricsets. |
There are two reasons for making these changes in the Oracle module and not the SQL module right now
I agree that this functionality should be shared across all the SQL database integrations using the generic SQL input. But I would be concerned as a customer advocate if we provided this functionality only in the SQL module but not in the Oracle module. I believe it's okay to provide this curation as a separate metricset within the existing Oracle module for intuitive discovery and easier use-case resolution. |
SGTM, thanks for the clarifications! |
Create a new
sysmetric
metricset to complement the currentperformance
one.Problems
Solution
User Stories
Open points
The text was updated successfully, but these errors were encountered: