perederyaev
perederyaev
@dack As it's shown in item 4 at https://msdn.microsoft.com/en-us/library/windows/desktop/ms721766(v=vs.85).aspx you can "enforce both the default Windows password filter and the custom password filter".
Hi, this looks similar to my issue https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6198 . When VM gets new timeseries with null values - it doesn't insert them and shows them like slow inserts and cache...
Hi Haleygo, We are using vmagent for sending metrics to VM. In this case /api/v1/write is used but not /api/v1/import. > Did you ingest the same values to v1.87.14, set...
> What the version of vmagent here? 1.93.14 > You mean the new timeseries start with null values, like the target expose metrics with null values? We have process_exporter which...
Managed to reproduce it with [promremotecli](https://github.com/m3dbx/prometheus_remote_client_golang/tree/master/cmd/promremotecli) - just modified it for sending "staleNaNBits uint64 = 0x7ff0000000000002". So when I send "0x7ff0000000000002" as value for new metric to VM v1.93.14 it...
> Could you please elaborate your use case here, why store time series only with NaN values? We don't need to store time series with only NaN values. We want...
Ok, let's close this for now. Unfortunately there is no enough time to investigate it deeper. As workaround disabling stale markers should help. Thanks for clarifications!
Hi, the issue is occurring when rules.alertbackfill option is not specified. As I understand, rules.alertbackfill helps when no ALERTS_FOR_STATE available, but I have correct ALERTS_FOR_STATE metric and just want standard...