You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you plan to support these fields (tenant, shouldComputeMulti, fields), or is there an alternative approach to achieve this requirement?
thank you so much.
How to reproduce it?
The text was updated successfully, but these errors were encountered:
What you expected to happen?
The library should be able to support tenant, fields, and shouldComputeMulti parameters.
What happened?
I have made some local modifications to the code to better handle multi-value metrics and support different tenants. The changes include:
tenant: Added a tenant attribute to the OpenTSDBTarget class to support multi-tenancy. This allows specifying different tenants for various metrics.
shouldComputeMulti: Introduced a shouldComputeMulti attribute to indicate whether multi-computation should be performed based on the metrics.
fields: Added a fields attribute to manage multiple fields dynamically within the OpenTSDBTarget class.
Do you plan to support these fields (tenant, shouldComputeMulti, fields), or is there an alternative approach to achieve this requirement?
thank you so much.
How to reproduce it?
The text was updated successfully, but these errors were encountered: