Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Some metrics/dimension combinations yield a blank panel #11

@Jon-AtAWS

Description

@Jon-AtAWS

In the below dashboard, I see a blank panel. Some combinations of metrics and dimensions don't work.

I was writing to the cluster at the time.

{
"endpoint": "localhost:9600",
"gridOptions": {
"rows": 12,
"cols": 12
},
"graphs": {
"lines": [
{
"queryParams" : {
"metrics": "Terms_Memory",
"aggregates": "avg",
"dimensions": "Operation"
},
"options": {
"gridPosition": {
"row": 0,
"col": 0,
"rowSpan": 6,
"colSpan": 12
},
"label": "Terms_Memory usage",
"showNthLabel": 3,
"showLegend": true,
"legend": { "width": 10 },
"xAxis": ["0:00", "0:05", "0:10", "0:15", "0:20", "0:25", "0:30", "0:35", "0:40", "0:45", "0:50", "0:55"],
"refreshInterval": 5000
}
}
]
}
}

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions