Thomas Casteleyn

Results 466 comments of Thomas Casteleyn

To add, on EL9 it gives the following warning as well: ```log systemd[1]: /etc/systemd/system/carbonapi.service:10: PIDFile= references a path below legacy directory /var/run/, updating /var/run/carbonapi/carbonapi.pid → /run/carbonapi/carbonapi.pid; please update the unit...

@srebhan I think they replied to aal of your comments. I think they are waiting on you instead.

Good idea, however since Combodo recommends to use MariaDB over MySQL, I would add that as dependency instead. And preferable also the official MariaDB container. PRs are welcome.

Can you test again with ```toml [[inputs.system]] fieldexclude = ["uptime_format"] ``` That should do the trick, as prometheus can't handle string fields..

Another option is changing loglevel for your prometheus output. The inputs cannot know to which outputs their metrics will be sent, so processing in between should make them compatible.

The only other way is making sure no string fields exist in your metrics or choose to add them as labels. I agree those logs should not be at Error...

@msaf1980 What do you mean with that?

Seems like a new version is in the making: #289

Why don't we also make this change for tags at the same time as well?

I also think the previous behaviour is changed: ```toml [[inputs.mock]] metric_name = "mock" [[inputs.mock.constant]] name = "status" value = "green" [[inputs.mock.constant]] name = "status_reverse" value = "green" [[processors.enum]] [[processors.enum.mapping]] field...