-
Notifications
You must be signed in to change notification settings - Fork 32
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
Package plugin: populate ValueList.DSNames when calling write callbacks. #91
Comments
Hi @pleimer, thank you for bringing this up! This is a limitation of collectd's C API – the "DS names" are not included in the We should, however, populate the Hope this helps! |
I just now saw that you were using the AMQP plugin to verify: that is not going to get fixed, sorry. You'll have to add a entry to the types.db file using the expected data source names. |
I see thanks for pointing that out, I did not notice that in my original research.
I did some additional experimentation by including the extra types in a custom types.db file and now I do see the new data source names. It seems that anything specified in |
Plugin writes do not include new dsnames but instead default to
value
. To confirm this issue, I used the following code from the docs but changed the dsname. I listened for the messages using the amqp1.Received Message
Expected Message
The
dsnames
field of the message does not containerread
, but rather the default stringvalue
The text was updated successfully, but these errors were encountered: