Hi @sendaird
None of the core grafana datasources will slurp in an entire database into the browser. Time parameters delimit the query request sent to the db.
Here is the raw query request and response from a graphite query. Note the from=-5min&until=now
in the request:
{
"request": {
"method": "POST",
"url": "api/datasources/proxy/1/render",
"data": "target=aliasByNode(movingAverage(scaleToSeconds(apps.fakesite.*.counters.requests.count%2C%201)%2C%202)%2C%202)&from=-5min&until=now&format=json&maxDataPoints=1555",
"hideFromInspector": false
},
"response": [
{
"target": "web_server_01",
"datapoints": [
[
30.650000000000002,
1631673590000
],
[
28.05,
1631673600000
],
[
26.75,
1631673610000
],
[
29.300000000000004,
1631673620000
],
[
29.5,
1631673630000
],
[
27.8,
1631673640000
],
[
30.35,
1631673650000
],
[
31.800000000000004,
1631673660000
],
[
29.75,
1631673670000
],
[
29.3,
1631673680000
],
[
30.75,
1631673690000
],
[
30.6,
1631673700000
],
[
30.3,
1631673710000
],
[
31.200000000000003,
1631673720000
],
[
31.900000000000002,
1631673730000
],
[
31.35,
1631673740000
],
[
29.900000000000002,
1631673750000
],
[
30.3,
1631673760000
],
[
31.1,
1631673770000
],
[
28.950000000000003,
1631673780000
],
[
26.950000000000003,
1631673790000
],
[
28.550000000000004,
1631673800000
],
[
28.400000000000002,
1631673810000
],
[
29.200000000000003,
1631673820000
],
[
30,
1631673830000
],
[
28.85,
1631673840000
],
[
29.200000000000003,
1631673850000
],
[
30.000000000000004,
1631673860000
],
[
29.200000000000003,
1631673870000
],
[
27.700000000000003,
1631673880000
]
],
"title": "web_server_01"
},
{
"target": "web_server_02",
"datapoints": [
[
28.700000000000003,
1631673590000
],
[
28.4,
1631673600000
],
[
28.6,
1631673610000
],
[
27.700000000000003,
1631673620000
],
[
27.25,
1631673630000
],
[
26.5,
1631673640000
],
[
28.450000000000003,
1631673650000
],
[
30.550000000000004,
1631673660000
],
[
28.950000000000003,
1631673670000
],
[
29.1,
1631673680000
],
[
32.7,
1631673690000
],
[
33.150000000000006,
1631673700000
],
[
29.85,
1631673710000
],
[
28.950000000000003,
1631673720000
],
[
30.1,
1631673730000
],
[
28.450000000000003,
1631673740000
],
[
27.85,
1631673750000
],
[
28.400000000000002,
1631673760000
],
[
27.3,
1631673770000
],
[
29.05,
1631673780000
],
[
29.55,
1631673790000
],
[
29.55,
1631673800000
],
[
30.400000000000002,
1631673810000
],
[
29.900000000000002,
1631673820000
],
[
28.6,
1631673830000
],
[
28.25,
1631673840000
],
[
28.650000000000002,
1631673850000
],
[
29.75,
1631673860000
],
[
28.6,
1631673870000
],
[
28.5,
1631673880000
]
],
"title": "web_server_02"
},
{
"target": "web_server_03",
"datapoints": [
[
29.200000000000003,
1631673590000
],
[
29.550000000000004,
1631673600000
],
[
29.550000000000004,
1631673610000
],
[
27.35,
1631673620000
],
[
27.5,
1631673630000
],
[
29.6,
1631673640000
],
[
29.800000000000004,
1631673650000
],
[
28.550000000000004,
1631673660000
],
[
28.700000000000003,
1631673670000
],
[
29.900000000000002,
1631673680000
],
[
29.450000000000003,
1631673690000
],
[
29.200000000000003,
1631673700000
],
[
30.400000000000002,
1631673710000
],
[
31.150000000000002,
1631673720000
],
[
31.3,
1631673730000
],
[
29.9,
1631673740000
],
[
28.6,
1631673750000
],
[
28.900000000000002,
1631673760000
],
[
28.6,
1631673770000
],
[
26.9,
1631673780000
],
[
27.65,
1631673790000
],
[
31.3,
1631673800000
],
[
31.550000000000004,
1631673810000
],
[
29.950000000000003,
1631673820000
],
[
30.700000000000003,
1631673830000
],
[
30.450000000000003,
1631673840000
],
[
31.05,
1631673850000
],
[
30.200000000000003,
1631673860000
],
[
28.75,
1631673870000
],
[
30.200000000000003,
1631673880000
]
],
"title": "web_server_03"
},
{
"target": "web_server_04",
"datapoints": [
[
30.85,
1631673590000
],
[
28.9,
1631673600000
],
[
28.05,
1631673610000
],
[
29.15,
1631673620000
],
[
29.15,
1631673630000
],
[
26.85,
1631673640000
],
[
27.150000000000002,
1631673650000
],
[
28.900000000000002,
1631673660000
],
[
29.800000000000004,
1631673670000
],
[
29.1,
1631673680000
],
[
30.1,
1631673690000
],
[
31.050000000000004,
1631673700000
],
[
29.050000000000004,
1631673710000
],
[
30.950000000000003,
1631673720000
],
[
32.650000000000006,
1631673730000
],
[
30.25,
1631673740000
],
[
28.25,
1631673750000
],
[
28.900000000000002,
1631673760000
],
[
28.800000000000004,
1631673770000
],
[
28.200000000000003,
1631673780000
],
[
28.700000000000003,
1631673790000
],
[
28.6,
1631673800000
],
[
28.9,
1631673810000
],
[
29.55,
1631673820000
],
[
28.6,
1631673830000
],
[
27.700000000000003,
1631673840000
],
[
28.65,
1631673850000
],
[
29.5,
1631673860000
],
[
29.9,
1631673870000
],
[
29.4,
1631673880000
]
],
"title": "web_server_04"
}
]
}