Skip to content
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

Anomaly in Console Rule Evaluation #248

Closed
matttproud opened this Issue May 14, 2013 · 3 comments

Comments

Projects
None yet
2 participants
@matttproud
Copy link
Member

matttproud commented May 14, 2013

2013-05-14_13:27:16.79656 2013/05/14 13:27:16 Internal Server Error: Could not serve page:  GET /api/query?expr=sum(backend:transferred_bytes_by_service:rate5m) by (direction,job)&insert_metric=backend:transferred_bytes:rate5m&range_input=1h&range=3600&end_input=&end=0&step_input=&step=14&refresh=disabled&_=1368538025157
2013-05-14_13:27:16.79682 2013/05/14 13:27:16 Tried to print vector without metric name
2013-05-14_13:27:16.79683 2013/05/14 13:27:16 /root/.gvm/pkgsets/go1.1rc2/prometheus/src/code.google.com/p/gorest/gorest.go:194 (0x5b3dac)
2013-05-14_13:27:16.79690 /root/.gvm/gos/go1.1rc2/src/pkg/runtime/panic.c:229 (0x41a241)
2013-05-14_13:27:16.79696 /root/.gvm/pkgsets/go1.1rc2/prometheus/src/github.com/prometheus/prometheus/rules/ast/printer.go:77 (0x5934a7)
2013-05-14_13:27:16.79705 /root/.gvm/pkgsets/go1.1rc2/prometheus/src/github.com/prometheus/prometheus/rules/ast/printer.go:175 (0x594c6f)
2013-05-14_13:27:16.79715 /root/.gvm/pkgsets/go1.1rc2/prometheus/src/github.com/prometheus/prometheus/web/api/query.go:55 (0x47e5fe)
2013-05-14_13:27:16.79724 /root/.gvm/pkgsets/go1.1rc2/prometheus/src/github.com/prometheus/prometheus/web/api/api.go:0 (0x47f9c1)
2013-05-14_13:27:16.79733 /root/.gvm/gos/go1.1rc2/src/pkg/reflect/value.go:474 (0x4b9fbf)
2013-05-14_13:27:16.79738 /root/.gvm/gos/go1.1rc2/src/pkg/reflect/value.go:345 (0x4b901b)
2013-05-14_13:27:16.79743 /root/.gvm/pkgsets/go1.1rc2/prometheus/src/code.google.com/p/gorest/reflect.go:391 (0x5b163f)
2013-05-14_13:27:16.79751 /root/.gvm/pkgsets/go1.1rc2/prometheus/src/code.google.com/p/gorest/gorest.go:215 (0x5a7ec0)
2013-05-14_13:27:16.79758 /root/.gvm/pkgsets/go1.1rc2/prometheus/src/github.com/prometheus/client_golang/prometheus/exp/coarsemux.go:65 (0x5b47ff)
2013-05-14_13:27:16.79769 /root/.gvm/pkgsets/go1.1rc2/prometheus/src/github.com/prometheus/client_golang/prometheus/exp/coarsemux.go:0 (0x5b5e58)
2013-05-14_13:27:16.79779 /root/.gvm/gos/go1.1rc2/src/pkg/net/http/server.go:1416 (0x554a0d)
2013-05-14_13:27:16.79785 /root/.gvm/gos/go1.1rc2/src/pkg/net/http/server.go:1517 (0x5551dc)
2013-05-14_13:27:16.79791 /root/.gvm/gos/go1.1rc2/src/pkg/net/http/server.go:1096 (0x5532a5)
2013-05-14_13:27:16.79796 /root/.gvm/gos/go1.1rc2/src/pkg/runtime/proc.c:1223 (0x41dda0)

@ghost ghost assigned juliusv May 14, 2013

@juliusv

This comment has been minimized.

Copy link
Member

juliusv commented May 14, 2013

Does this still happen at current head (with the recent metric map mutability fixes)?

@juliusv

This comment has been minimized.

Copy link
Member

juliusv commented May 14, 2013

According to @matttproud, this is working now. Closing for now.

@juliusv juliusv closed this May 14, 2013

simonpasquier pushed a commit to simonpasquier/prometheus that referenced this issue Oct 12, 2017

Merge pull request prometheus#248 from prometheus/beorn7/doc-improve
Add Benjamin Staffins slides to the media section
@lock

This comment has been minimized.

Copy link

lock bot commented Mar 25, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 25, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.