Search Results Truncated In Grafana
sbowerscuttlesoft opened this issue · 6 comments
sbowerscuttlesoft commented
Hello,
I am integrating the JSON plugin in Grafana. I have a list of 45 metrics that I would like to show from the "search" endpoint. The UI is only displaying the last 40. It looks like it is dropping the first 5. My guess is that there is some limit when populating the UI. I have verified that all 45 results are included in the output from my API.
simPod commented
I cannot reproduce that. Tested with 100 metrics, all are displayed in the UI.
sbowerscuttlesoft commented
I am doing some more debugging, and I think it is a problem with the css,
possibly. I am going to resolve my issue by adding blank lines.
This is on the latest chrome browser on Linux, btw.
On Wed, Aug 31, 2022 at 2:06 PM Scott Bowers ***@***.***>
wrote:
… Simon.
[
{
"text": "0",
"value": "0"
},
{
"text": "1",
"value": "1"
},
{
"text": "2",
"value": "2"
},
{
"text": "3",
"value": "3"
},
{
"text": "4",
"value": "4"
},
{
"text": "5",
"value": "5"
},
{
"text": "6",
"value": "6"
},
{
"text": "7",
"value": "7"
},
{
"text": "8",
"value": "8"
},
{
"text": "9",
"value": "9"
},
{
"text": "10",
"value": "10"
},
{
"text": "11",
"value": "11"
},
{
"text": "12",
"value": "12"
},
{
"text": "13",
"value": "13"
},
{
"text": "14",
"value": "14"
},
{
"text": "15",
"value": "15"
},
{
"text": "16",
"value": "16"
},
{
"text": "17",
"value": "17"
},
{
"text": "18",
"value": "18"
},
{
"text": "19",
"value": "19"
},
{
"text": "20",
"value": "20"
},
{
"text": "21",
"value": "21"
},
{
"text": "22",
"value": "22"
},
{
"text": "23",
"value": "23"
},
{
"text": "24",
"value": "24"
},
{
"text": "25",
"value": "25"
},
{
"text": "26",
"value": "26"
},
{
"text": "27",
"value": "27"
},
{
"text": "28",
"value": "28"
},
{
"text": "29",
"value": "29"
},
{
"text": "30",
"value": "30"
},
{
"text": "31",
"value": "31"
},
{
"text": "32",
"value": "32"
},
{
"text": "33",
"value": "33"
},
{
"text": "34",
"value": "34"
},
{
"text": "35",
"value": "35"
},
{
"text": "36",
"value": "36"
},
{
"text": "37",
"value": "37"
},
{
"text": "38",
"value": "38"
},
{
"text": "39",
"value": "39"
},
{
"text": "40",
"value": "40"
},
{
"text": "41",
"value": "41"
},
{
"text": "42",
"value": "42"
},
{
"text": "43",
"value": "43"
},
{
"text": "44",
"value": "44"
}
]
This is a sample of the return from the query. I am trying to do multiple
queries on the on the dashboard. There are three queries.
"A", "B", "C"
I can see "Metric" in a dropdown list below all three, ABC.
In "A", it is only showing values starting with "5"
For "B" and "C", it is showing all of the values.
Weird.
Thanks,
Scott Bowers
On Tue, Aug 30, 2022 at 11:30 PM Simon Podlipsky ***@***.***>
wrote:
> I cannot reproduce that. Tested with 100 metrics, all are displayed in
> the UI.
>
> —
> Reply to this email directly, view it on GitHub
> <#325 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AVND6WF2TIK4SKCY76QUV7LV333Y5ANCNFSM6AAAAAAQA6J7GA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
simPod commented
I can't help without reproducer. Try browser without any extensions
installed, maybe it will help.
On Wed, Aug 31, 2022, 23:42 sbowerscuttlesoft ***@***.***>
wrote:
… I am doing some more debugging, and I think it is a problem with the css,
possibly. I am going to resolve my issue by adding blank lines.
This is on the latest chrome browser on Linux, btw.
On Wed, Aug 31, 2022 at 2:06 PM Scott Bowers ***@***.***>
wrote:
> Simon.
> [
> {
> "text": "0",
> "value": "0"
> },
> {
> "text": "1",
> "value": "1"
> },
> {
> "text": "2",
> "value": "2"
> },
> {
> "text": "3",
> "value": "3"
> },
> {
> "text": "4",
> "value": "4"
> },
> {
> "text": "5",
> "value": "5"
> },
> {
> "text": "6",
> "value": "6"
> },
> {
> "text": "7",
> "value": "7"
> },
> {
> "text": "8",
> "value": "8"
> },
> {
> "text": "9",
> "value": "9"
> },
> {
> "text": "10",
> "value": "10"
> },
> {
> "text": "11",
> "value": "11"
> },
> {
> "text": "12",
> "value": "12"
> },
> {
> "text": "13",
> "value": "13"
> },
> {
> "text": "14",
> "value": "14"
> },
> {
> "text": "15",
> "value": "15"
> },
> {
> "text": "16",
> "value": "16"
> },
> {
> "text": "17",
> "value": "17"
> },
> {
> "text": "18",
> "value": "18"
> },
> {
> "text": "19",
> "value": "19"
> },
> {
> "text": "20",
> "value": "20"
> },
> {
> "text": "21",
> "value": "21"
> },
> {
> "text": "22",
> "value": "22"
> },
> {
> "text": "23",
> "value": "23"
> },
> {
> "text": "24",
> "value": "24"
> },
> {
> "text": "25",
> "value": "25"
> },
> {
> "text": "26",
> "value": "26"
> },
> {
> "text": "27",
> "value": "27"
> },
> {
> "text": "28",
> "value": "28"
> },
> {
> "text": "29",
> "value": "29"
> },
> {
> "text": "30",
> "value": "30"
> },
> {
> "text": "31",
> "value": "31"
> },
> {
> "text": "32",
> "value": "32"
> },
> {
> "text": "33",
> "value": "33"
> },
> {
> "text": "34",
> "value": "34"
> },
> {
> "text": "35",
> "value": "35"
> },
> {
> "text": "36",
> "value": "36"
> },
> {
> "text": "37",
> "value": "37"
> },
> {
> "text": "38",
> "value": "38"
> },
> {
> "text": "39",
> "value": "39"
> },
> {
> "text": "40",
> "value": "40"
> },
> {
> "text": "41",
> "value": "41"
> },
> {
> "text": "42",
> "value": "42"
> },
> {
> "text": "43",
> "value": "43"
> },
> {
> "text": "44",
> "value": "44"
> }
> ]
>
> This is a sample of the return from the query. I am trying to do multiple
> queries on the on the dashboard. There are three queries.
> "A", "B", "C"
>
> I can see "Metric" in a dropdown list below all three, ABC.
> In "A", it is only showing values starting with "5"
>
> For "B" and "C", it is showing all of the values.
>
> Weird.
>
> Thanks,
> Scott Bowers
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On Tue, Aug 30, 2022 at 11:30 PM Simon Podlipsky ***@***.***>
> wrote:
>
>> I cannot reproduce that. Tested with 100 metrics, all are displayed in
>> the UI.
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <
#325 (comment)
>,
>> or unsubscribe
>> <
https://github.com/notifications/unsubscribe-auth/AVND6WF2TIK4SKCY76QUV7LV333Y5ANCNFSM6AAAAAAQA6J7GA
>
>> .
>> You are receiving this because you authored the thread.Message ID:
>> ***@***.***>
>>
>
—
Reply to this email directly, view it on GitHub
<#325 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQAJKWLYJ5IRSJSHUPGHDV37GTPANCNFSM6AAAAAAQA6J7GA>
.
You are receiving this because you commented.Message ID:
***@***.***>
sbowerscuttlesoft commented
I resolved by adding extra "null" records to the top of the chart. So, I
am good to go. Thanks.
On Wed, Aug 31, 2022 at 11:09 PM Simon Podlipsky ***@***.***>
wrote:
… I can't help without reproducer. Try browser without any extensions
installed, maybe it will help.
On Wed, Aug 31, 2022, 23:42 sbowerscuttlesoft ***@***.***>
wrote:
> I am doing some more debugging, and I think it is a problem with the css,
> possibly. I am going to resolve my issue by adding blank lines.
> This is on the latest chrome browser on Linux, btw.
>
> On Wed, Aug 31, 2022 at 2:06 PM Scott Bowers ***@***.***>
> wrote:
>
> > Simon.
> > [
> > {
> > "text": "0",
> > "value": "0"
> > },
> > {
> > "text": "1",
> > "value": "1"
> > },
> > {
> > "text": "2",
> > "value": "2"
> > },
> > {
> > "text": "3",
> > "value": "3"
> > },
> > {
> > "text": "4",
> > "value": "4"
> > },
> > {
> > "text": "5",
> > "value": "5"
> > },
> > {
> > "text": "6",
> > "value": "6"
> > },
> > {
> > "text": "7",
> > "value": "7"
> > },
> > {
> > "text": "8",
> > "value": "8"
> > },
> > {
> > "text": "9",
> > "value": "9"
> > },
> > {
> > "text": "10",
> > "value": "10"
> > },
> > {
> > "text": "11",
> > "value": "11"
> > },
> > {
> > "text": "12",
> > "value": "12"
> > },
> > {
> > "text": "13",
> > "value": "13"
> > },
> > {
> > "text": "14",
> > "value": "14"
> > },
> > {
> > "text": "15",
> > "value": "15"
> > },
> > {
> > "text": "16",
> > "value": "16"
> > },
> > {
> > "text": "17",
> > "value": "17"
> > },
> > {
> > "text": "18",
> > "value": "18"
> > },
> > {
> > "text": "19",
> > "value": "19"
> > },
> > {
> > "text": "20",
> > "value": "20"
> > },
> > {
> > "text": "21",
> > "value": "21"
> > },
> > {
> > "text": "22",
> > "value": "22"
> > },
> > {
> > "text": "23",
> > "value": "23"
> > },
> > {
> > "text": "24",
> > "value": "24"
> > },
> > {
> > "text": "25",
> > "value": "25"
> > },
> > {
> > "text": "26",
> > "value": "26"
> > },
> > {
> > "text": "27",
> > "value": "27"
> > },
> > {
> > "text": "28",
> > "value": "28"
> > },
> > {
> > "text": "29",
> > "value": "29"
> > },
> > {
> > "text": "30",
> > "value": "30"
> > },
> > {
> > "text": "31",
> > "value": "31"
> > },
> > {
> > "text": "32",
> > "value": "32"
> > },
> > {
> > "text": "33",
> > "value": "33"
> > },
> > {
> > "text": "34",
> > "value": "34"
> > },
> > {
> > "text": "35",
> > "value": "35"
> > },
> > {
> > "text": "36",
> > "value": "36"
> > },
> > {
> > "text": "37",
> > "value": "37"
> > },
> > {
> > "text": "38",
> > "value": "38"
> > },
> > {
> > "text": "39",
> > "value": "39"
> > },
> > {
> > "text": "40",
> > "value": "40"
> > },
> > {
> > "text": "41",
> > "value": "41"
> > },
> > {
> > "text": "42",
> > "value": "42"
> > },
> > {
> > "text": "43",
> > "value": "43"
> > },
> > {
> > "text": "44",
> > "value": "44"
> > }
> > ]
> >
> > This is a sample of the return from the query. I am trying to do
multiple
> > queries on the on the dashboard. There are three queries.
> > "A", "B", "C"
> >
> > I can see "Metric" in a dropdown list below all three, ABC.
> > In "A", it is only showing values starting with "5"
> >
> > For "B" and "C", it is showing all of the values.
> >
> > Weird.
> >
> > Thanks,
> > Scott Bowers
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On Tue, Aug 30, 2022 at 11:30 PM Simon Podlipsky ***@***.***>
> > wrote:
> >
> >> I cannot reproduce that. Tested with 100 metrics, all are displayed in
> >> the UI.
> >>
> >> —
> >> Reply to this email directly, view it on GitHub
> >> <
>
#325 (comment)
> >,
> >> or unsubscribe
> >> <
>
https://github.com/notifications/unsubscribe-auth/AVND6WF2TIK4SKCY76QUV7LV333Y5ANCNFSM6AAAAAAQA6J7GA
> >
> >> .
> >> You are receiving this because you authored the thread.Message ID:
> >> ***@***.***>
> >>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <
#325 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AACQAJKWLYJ5IRSJSHUPGHDV37GTPANCNFSM6AAAAAAQA6J7GA
>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#325 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVND6WH4AH6PZBFSAMVYI4DV4BCDDANCNFSM6AAAAAAQA6J7GA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
sbowerscuttlesoft commented
Simon.
[
{
"text": "0",
"value": "0"
},
{
"text": "1",
"value": "1"
},
{
"text": "2",
"value": "2"
},
{
"text": "3",
"value": "3"
},
{
"text": "4",
"value": "4"
},
{
"text": "5",
"value": "5"
},
{
"text": "6",
"value": "6"
},
{
"text": "7",
"value": "7"
},
{
"text": "8",
"value": "8"
},
{
"text": "9",
"value": "9"
},
{
"text": "10",
"value": "10"
},
{
"text": "11",
"value": "11"
},
{
"text": "12",
"value": "12"
},
{
"text": "13",
"value": "13"
},
{
"text": "14",
"value": "14"
},
{
"text": "15",
"value": "15"
},
{
"text": "16",
"value": "16"
},
{
"text": "17",
"value": "17"
},
{
"text": "18",
"value": "18"
},
{
"text": "19",
"value": "19"
},
{
"text": "20",
"value": "20"
},
{
"text": "21",
"value": "21"
},
{
"text": "22",
"value": "22"
},
{
"text": "23",
"value": "23"
},
{
"text": "24",
"value": "24"
},
{
"text": "25",
"value": "25"
},
{
"text": "26",
"value": "26"
},
{
"text": "27",
"value": "27"
},
{
"text": "28",
"value": "28"
},
{
"text": "29",
"value": "29"
},
{
"text": "30",
"value": "30"
},
{
"text": "31",
"value": "31"
},
{
"text": "32",
"value": "32"
},
{
"text": "33",
"value": "33"
},
{
"text": "34",
"value": "34"
},
{
"text": "35",
"value": "35"
},
{
"text": "36",
"value": "36"
},
{
"text": "37",
"value": "37"
},
{
"text": "38",
"value": "38"
},
{
"text": "39",
"value": "39"
},
{
"text": "40",
"value": "40"
},
{
"text": "41",
"value": "41"
},
{
"text": "42",
"value": "42"
},
{
"text": "43",
"value": "43"
},
{
"text": "44",
"value": "44"
}
]
This is a sample of the return from the query. I am trying to do multiple
queries on the on the dashboard. There are three queries.
"A", "B", "C"
I can see "Metric" in a dropdown list below all three, ABC.
In "A", it is only showing values starting with "5"
For "B" and "C", it is showing all of the values.
Weird.
Thanks,
Scott Bowers
…On Tue, Aug 30, 2022 at 11:30 PM Simon Podlipsky ***@***.***> wrote:
I cannot reproduce that. Tested with 100 metrics, all are displayed in the
UI.
—
Reply to this email directly, view it on GitHub
<#325 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVND6WF2TIK4SKCY76QUV7LV333Y5ANCNFSM6AAAAAAQA6J7GA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>