mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix typos (#47816)
This commit is contained in:
parent
7ddae870e7
commit
d4f7ea9f01
@ -301,7 +301,7 @@ export class StreamingDataFrame implements DataFrame {
|
||||
if (values.length !== this.fields.length) {
|
||||
if (this.fields.length) {
|
||||
throw new Error(
|
||||
`push message mismatch. Expected: ${this.fields.length}, recieved: ${values.length} (labels=${
|
||||
`push message mismatch. Expected: ${this.fields.length}, received: ${values.length} (labels=${
|
||||
this.pushMode === PushMode.labels
|
||||
})`
|
||||
);
|
||||
|
@ -1497,7 +1497,7 @@
|
||||
"subscription": ""
|
||||
}
|
||||
],
|
||||
"title": "Max Available Bytes Sent and Trend Line",
|
||||
"title": "Max Available Bytes Sent and Trend Line",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "organize",
|
||||
@ -1979,7 +1979,7 @@
|
||||
"subscription": ""
|
||||
}
|
||||
],
|
||||
"title": "Max Available Bytes Recieved and Trend Line",
|
||||
"title": "Max Available Bytes Received and Trend Line",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "organize",
|
||||
|
@ -1494,7 +1494,7 @@
|
||||
"subscription": ""
|
||||
}
|
||||
],
|
||||
"title": "Max Available Bytes Sent and Trend Line",
|
||||
"title": "Max Available Bytes Sent and Trend Line",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "organize",
|
||||
@ -1970,7 +1970,7 @@
|
||||
"subscription": ""
|
||||
}
|
||||
],
|
||||
"title": "Max Available Bytes Recieved and Trend Line",
|
||||
"title": "Max Available Bytes Received and Trend Line",
|
||||
"transformations": [
|
||||
{
|
||||
"id": "organize",
|
||||
|
@ -43,7 +43,7 @@ export const StatusHistoryPanel: React.FC<TimelinePanelProps> = ({
|
||||
<div className="panel-empty">
|
||||
<p>
|
||||
Too many points to visualize properly. <br />
|
||||
Update the query to return fewer points. <br />({frames[0].length} points recieved)
|
||||
Update the query to return fewer points. <br />({frames[0].length} points received)
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user