-
Notifications
You must be signed in to change notification settings - Fork 143
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
[Question] carbonapi /metrics/find result is different from Graphite webapp #658
Comments
I would say |
Another different query path carbonapi[
{
"allowChildren": 1,
"expandable": 1,
"leaf": 0,
"id": "app-1",
"text": "app-1",
"context": {}
},
{
"allowChildren": 1,
"expandable": 1,
"leaf": 0,
"id": "app-2",
"text": "app-2",
"context": {}
}
] Graphite webapp[
{
"text": "app-1",
"expandable": 1,
"leaf": 0,
"id": "application.app-1",
"allowChildren": 1
},
{
"text": "app-2",
"expandable": 1,
"leaf": 0,
"id": "application.app-2",
"allowChildren": 1
}
] |
Not sure if it's carbonapi fault. Coiuld you please also share graphite-web and go-carbon configs? |
/opt/graphite/webapp/graphite/local_settings.py
go-carbon.conf
|
I think carbonapi doesn't support |
Thanks, thought I was losing my mind. I am using grapite-web 1.1.8 |
It shouldn't matter much for grafana and other software that uses graphite (at least I'm not aware about those). |
Describe the bug
For exactly the same query, the "id" value in /metrics/find results are different between carbonapi and Graphite webapp, e.g.
"id": "agents"
vs"id": "carbon.agents"
Shall be most grateful for any pointers.
This is my setup:
carbonapi's version
0.15.4 from stable repo
Does this happened before
This is my first time trying out carbonapi as a possible replacement for Graphite webapp
carbonapi's config
backend software and config
go-carbon 0.15.4 carbonserver, also from stable repo
Query that causes problems
Compare the "id" value below
Result from carbonapi
Result from Graphite webapp
The text was updated successfully, but these errors were encountered: