-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat: support type label for volume for backward compatibility #2132
Conversation
@@ -15,22 +15,41 @@ import ( | |||
|
|||
type Volume struct { | |||
*plugin.AbstractPlugin | |||
historicalLabels bool |
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.
can be removed, not used
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.
These are used in init method
@@ -11,18 +11,37 @@ import ( | |||
|
|||
type Volume struct { | |||
*plugin.AbstractPlugin | |||
historicalLabels bool |
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.
can be removed not used
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.
These are used in init method
Probably worth providing a snippet of the two changes required in the |
To modify your existing template make the following two changes
Example ...
plugins:
- Aggregator:
- node
- Volume:
historicalLabels: true
export_options:
instance_keys:
- aggr
- node
- type
- svm
- volume |
No description provided.