-
Notifications
You must be signed in to change notification settings - Fork 125
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
add config option for InfluxDB field_name #489
base: master
Are you sure you want to change the base?
Conversation
looks good, |
I'm not sure if I got the meaning of the question in the right way. If it is about the name of the parameter, I'm not picky. What ever fits better. Right now it is for influxDB. I can't tell, if it makes sense to #420. As #420 is about UUID i would say no. The main idea is not a kind of UUID, it is more a comfort label for the influxDB query builder. |
yes, it's about the name, #420 mentions uuid, |
"influxdb_field_name" is a long string, but names should be managed by a central instance (you?). So I could live with that name. |
but if we introduced it with the short name, we would have to add comments everywhere, maybe @mbehr, @andig, @justinotherguy have an opinion? |
I would prefer the shorter name, and add comments. I'm not the config name expert, but I have the feeling, that several other config parameters are also limited to some domains. the generic schema makes the hierarchy clear. I should add it there, as well as the token. I wonder how to declare alternatives in this schema. |
Why hasn't this been implemented yet? This request is open since 2021....
The option name could also be called fieldkey, analogous to InfluxDB. Thanks a lot !! |
logging multiple fields per point would be a great feature to have, interestingly, this says influxdb will automatically merge points with identical timestamps and tags? also keep in mind that currently the timestamps are typically not in sync! #455 @falke9176 : do you have code for that already? |
I added/changed the two file as done in this request.
...it works fine for me... and I can use my grafana dashboards going on.... I wonder that this little change isn't official implemented and the request is still open since 2 years. |
Git has some tools, you don't need to add changes manually:
The PR, so far, is incomplete and has unresolved issues. See comments like:
and
|
Thanks for the link....;-)
so I can confirm that it works properly for me without any issues |
quoting @falke9176 :
imho that is proof that this implementation is very broken, |
oh no, it is caused of my vzlogger.config parameters. I thought it would be less data if I aggregate the measurements. now the data looks like this:
it's still working for me |
curious... |
I'm using the SML type. It's the old InfluxDB V1.8 and it works....;-) You only change the field key from “value” to “whateveryouwant”, nothing else in vzlogger. The database does the rest internally and would do this for other applications that also write data to it. So I don't see any problems here right now. |
to allow per vzlogger channel a different field name than "value" we add this config option