Skip to content

Commit 8e54a05

Browse files
updated naming
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
1 parent a4e86b4 commit 8e54a05

File tree

1 file changed

+174
-1
lines changed

1 file changed

+174
-1
lines changed

docker/telemetry/grafana/dashboards/statsd-network-traffic.json

Lines changed: 174 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,180 @@
284284
"defaults": {
285285
"unit": "decbytes"
286286
},
287-
"overrides": []
287+
"overrides": [
288+
{
289+
"matcher": {
290+
"id": "byName",
291+
"options": "rippled_transactions_Bytes_In"
292+
},
293+
"properties": [{ "id": "displayName", "value": "Transactions" }]
294+
},
295+
{
296+
"matcher": {
297+
"id": "byName",
298+
"options": "rippled_proposals_Bytes_In"
299+
},
300+
"properties": [{ "id": "displayName", "value": "Proposals" }]
301+
},
302+
{
303+
"matcher": {
304+
"id": "byName",
305+
"options": "rippled_validations_Bytes_In"
306+
},
307+
"properties": [{ "id": "displayName", "value": "Validations" }]
308+
},
309+
{
310+
"matcher": {
311+
"id": "byName",
312+
"options": "rippled_overhead_Bytes_In"
313+
},
314+
"properties": [{ "id": "displayName", "value": "Overhead" }]
315+
},
316+
{
317+
"matcher": {
318+
"id": "byName",
319+
"options": "rippled_overhead_overlay_Bytes_In"
320+
},
321+
"properties": [{ "id": "displayName", "value": "Overhead Overlay" }]
322+
},
323+
{
324+
"matcher": { "id": "byName", "options": "rippled_ping_Bytes_In" },
325+
"properties": [{ "id": "displayName", "value": "Ping" }]
326+
},
327+
{
328+
"matcher": { "id": "byName", "options": "rippled_status_Bytes_In" },
329+
"properties": [{ "id": "displayName", "value": "Status" }]
330+
},
331+
{
332+
"matcher": {
333+
"id": "byName",
334+
"options": "rippled_getObject_Bytes_In"
335+
},
336+
"properties": [{ "id": "displayName", "value": "Get Object" }]
337+
},
338+
{
339+
"matcher": {
340+
"id": "byName",
341+
"options": "rippled_haveTxSet_Bytes_In"
342+
},
343+
"properties": [{ "id": "displayName", "value": "Have Tx Set" }]
344+
},
345+
{
346+
"matcher": {
347+
"id": "byName",
348+
"options": "rippled_ledgerData_Bytes_In"
349+
},
350+
"properties": [{ "id": "displayName", "value": "Ledger Data" }]
351+
},
352+
{
353+
"matcher": {
354+
"id": "byName",
355+
"options": "rippled_ledger_share_Bytes_In"
356+
},
357+
"properties": [{ "id": "displayName", "value": "Ledger Share" }]
358+
},
359+
{
360+
"matcher": {
361+
"id": "byName",
362+
"options": "rippled_ledger_data_get_Bytes_In"
363+
},
364+
"properties": [{ "id": "displayName", "value": "Ledger Data Get" }]
365+
},
366+
{
367+
"matcher": {
368+
"id": "byName",
369+
"options": "rippled_ledger_data_share_Bytes_In"
370+
},
371+
"properties": [
372+
{ "id": "displayName", "value": "Ledger Data Share" }
373+
]
374+
},
375+
{
376+
"matcher": {
377+
"id": "byName",
378+
"options": "rippled_ledger_data_Account_State_Node_get_Bytes_In"
379+
},
380+
"properties": [
381+
{ "id": "displayName", "value": "Account State Node Get" }
382+
]
383+
},
384+
{
385+
"matcher": {
386+
"id": "byName",
387+
"options": "rippled_ledger_data_Account_State_Node_share_Bytes_In"
388+
},
389+
"properties": [
390+
{ "id": "displayName", "value": "Account State Node Share" }
391+
]
392+
},
393+
{
394+
"matcher": {
395+
"id": "byName",
396+
"options": "rippled_ledger_data_Transaction_Node_get_Bytes_In"
397+
},
398+
"properties": [
399+
{ "id": "displayName", "value": "Transaction Node Get" }
400+
]
401+
},
402+
{
403+
"matcher": {
404+
"id": "byName",
405+
"options": "rippled_ledger_data_Transaction_Node_share_Bytes_In"
406+
},
407+
"properties": [
408+
{ "id": "displayName", "value": "Transaction Node Share" }
409+
]
410+
},
411+
{
412+
"matcher": {
413+
"id": "byName",
414+
"options": "rippled_ledger_data_Transaction_Set_candidate_get_Bytes_In"
415+
},
416+
"properties": [
417+
{ "id": "displayName", "value": "Tx Set Candidate Get" }
418+
]
419+
},
420+
{
421+
"matcher": {
422+
"id": "byName",
423+
"options": "rippled_ledger_Account_State_node_share_Bytes_In"
424+
},
425+
"properties": [
426+
{
427+
"id": "displayName",
428+
"value": "Account State Node Share (Legacy)"
429+
}
430+
]
431+
},
432+
{
433+
"matcher": {
434+
"id": "byName",
435+
"options": "rippled_ledger_Transaction_Set_candidate_share_Bytes_In"
436+
},
437+
"properties": [
438+
{ "id": "displayName", "value": "Tx Set Candidate Share" }
439+
]
440+
},
441+
{
442+
"matcher": {
443+
"id": "byName",
444+
"options": "rippled_ledger_Transaction_node_share_Bytes_In"
445+
},
446+
"properties": [
447+
{
448+
"id": "displayName",
449+
"value": "Transaction Node Share (Legacy)"
450+
}
451+
]
452+
},
453+
{
454+
"matcher": {
455+
"id": "byName",
456+
"options": "rippled_set_get_Bytes_In"
457+
},
458+
"properties": [{ "id": "displayName", "value": "Set Get" }]
459+
}
460+
]
288461
}
289462
}
290463
],

0 commit comments

Comments
 (0)