Seth

Results 12 comments of Seth

Just want to mention that I'm seeing this error as well but in v2.35.0 ``` �ts=2022-06-07T16:12:56.291Z caller=main.go:525 level=info msg="Starting Prometheus" version="(version=2.35.0, branch=HEAD, revision=6656cd29fe6ac92bab91ecec0fe162ef0f187654)" �ts=2022-06-07T16:12:56.291Z caller=main.go:530 level=info build_context="(go=go1.18.1, user=root@cf6852b14d68, date=20220421-09:53:42)" �ts=2022-06-07T16:12:56.291Z...

> any solution to this problem... I have same problem after restarting server A workaround is to delete the chunk, in your case `/prometheus/chunks_head/000007` but beware there may be some...

Just got this as well :(

This happened today... Seems like it's the same issue. ``` 2021/08/11 16:08:40 recover: runtime error: index out of range [56] with length 56 Stack:goroutine 1376 [running]: github.com/gosnmp/gosnmp.(*GoSNMP).send.func1(0xc00049d678) /home/runner/go/pkg/mod/github.com/gosnmp/[email protected]/marshal.go:410 +0xa5 panic(0xc6ab20,...

Also something interesting... it appears that if i just simply retry it mitigates the issue Here is the calling code ``` func (client *GOSNMPClient) SetInt(oid string, value int) error {...

> I am facing the same issue. Any workaround for this issue? I was unable to find a real workaround. Although I did add a simple retry in my app...

Kind of hacked my own with the following ``` window.cmd("kill-pane", '-t%s' % pane_id) ```

> I think we should indeed review our policy for ingesting samples in the future Yes! I experienced a similar issue, where i have 2 prometheus instances pushing via remote...

Maybe this is because you are using the `MYSQL` collector for postgres? Try ``` MetricsCollector: []prometheus.MetricsCollector{ &prometheus.Postgres{ VariableNames: []string{"Threads_running"}, }, }, // user defined metrics ``` ?

Came to ask this as well. I plan to test it out using a nas