Thomas Casteleyn
Thomas Casteleyn
Do you also have example code of this somewhere? >created our own webhook receiver for Grafana, this gives to total control over how our alerts are inserted into Alerta and...
What about `conversion = "enum"` and then use converter: ```toml [[processors.converter]] namepass = ["snmp_christie*"] [processors.converter.fields] boolean = ["system_light_source_on"] ```
What happens if you send this boolean field to Prometheus? Doesn’t it get converted to 1 and 0?
The snmp plugin supports all standard (base) types, only `TruthValue` isn't one, it is a TEXTUAL-CONVENTION for the base type integer. The plugin supports this in 2 ways; either by...
Yeah, I also think it makes sense to have this option, so you know which task is currently being worked on. Of course as opt-in because of the overhead.
It looks like @influx-telegraf-tiger-bot still doesn't count commits/pushes as activity. A feature I requested years ago..
No, he asked to revert. (Not in these exact words)
Great, now it looks only a `make docs` and `make fmt` needs to be done to fix the linter issues.
I agree it would be nice to have a counter in `inputs.internal` for `response_time` and `content_length` for each scraped prometheus URL. That would be easy to implement somewhere around [this...
I would go for option 1 and split into multiple instances (maybe per 1000?) if needed for the resources (mem,cpu) used. This is not really an issue, but more a...