github.com/kiali/kiali@v1.84.0/graph/api/testdata/test_rates_none_graph.expected (about)

     1  {
     2    "timestamp": 1523364075,
     3    "duration": 600,
     4    "graphType": "workload",
     5    "elements": {
     6      "nodes": [
     7        {
     8          "data": {
     9            "id": "5c254c2d4283491d38650d8fb900475d",
    10            "nodeType": "workload",
    11            "cluster": "east",
    12            "namespace": "bankapp",
    13            "workload": "deposit-v1",
    14            "app": "deposit",
    15            "version": "v1",
    16            "destServices": [
    17              {
    18                "cluster": "east",
    19                "namespace": "bankapp",
    20                "name": "deposit"
    21              }
    22            ],
    23            "traffic": [
    24              {
    25                "protocol": "grpc",
    26                "rates": {
    27                  "grpcIn": "150.00"
    28                }
    29              }
    30            ],
    31            "healthData": null,
    32            "isInaccessible": true,
    33            "isOutside": true
    34          }
    35        },
    36        {
    37          "data": {
    38            "id": "6fb400654f51831b495b454c7d54839b",
    39            "nodeType": "workload",
    40            "cluster": "east",
    41            "namespace": "bookinfo",
    42            "workload": "productpage-v1",
    43            "app": "productpage",
    44            "version": "v1",
    45            "traffic": [
    46              {
    47                "protocol": "tcp",
    48                "rates": {
    49                  "tcpOut": "93.00"
    50                }
    51              }
    52            ],
    53            "healthData": null,
    54            "isRoot": true
    55          }
    56        },
    57        {
    58          "data": {
    59            "id": "57450de070195502d438ad71abdf35a1",
    60            "nodeType": "workload",
    61            "cluster": "east",
    62            "namespace": "bookinfo",
    63            "workload": "reviews-v3",
    64            "app": "reviews",
    65            "version": "v3",
    66            "traffic": [
    67              {
    68                "protocol": "grpc",
    69                "rates": {
    70                  "grpcOut": "150.00"
    71                }
    72              }
    73            ],
    74            "healthData": null,
    75            "isRoot": true
    76          }
    77        },
    78        {
    79          "data": {
    80            "id": "25c659622371eeab9ed18ffa7cfd8559",
    81            "nodeType": "workload",
    82            "cluster": "east",
    83            "namespace": "bookinfo",
    84            "workload": "tcp-v1",
    85            "app": "tcp",
    86            "version": "v1",
    87            "destServices": [
    88              {
    89                "cluster": "east",
    90                "namespace": "bookinfo",
    91                "name": "tcp"
    92              }
    93            ],
    94            "traffic": [
    95              {
    96                "protocol": "tcp",
    97                "rates": {
    98                  "tcpIn": "1743.00"
    99                }
   100              }
   101            ],
   102            "healthData": null
   103          }
   104        },
   105        {
   106          "data": {
   107            "id": "d572c98471e1586ae94397b094892b6b",
   108            "nodeType": "workload",
   109            "cluster": "east",
   110            "namespace": "istio-system",
   111            "workload": "ingressgateway-unknown",
   112            "app": "ingressgateway",
   113            "version": "latest",
   114            "traffic": [
   115              {
   116                "protocol": "tcp",
   117                "rates": {
   118                  "tcpOut": "450.00"
   119                }
   120              }
   121            ],
   122            "healthData": null,
   123            "isInaccessible": true,
   124            "isOutside": true,
   125            "isRoot": true
   126          }
   127        },
   128        {
   129          "data": {
   130            "id": "375ab940b56ae7bcf0f89cb1a7af5d44",
   131            "nodeType": "unknown",
   132            "cluster": "unknown",
   133            "namespace": "unknown",
   134            "workload": "unknown",
   135            "app": "unknown",
   136            "version": "unknown",
   137            "traffic": [
   138              {
   139                "protocol": "tcp",
   140                "rates": {
   141                  "tcpOut": "1200.00"
   142                }
   143              }
   144            ],
   145            "healthData": null,
   146            "isInaccessible": true,
   147            "isRoot": true
   148          }
   149        }
   150      ],
   151      "edges": [
   152        {
   153          "data": {
   154            "id": "2aa853bff0f7b51700f8167376bcbca1",
   155            "source": "375ab940b56ae7bcf0f89cb1a7af5d44",
   156            "target": "25c659622371eeab9ed18ffa7cfd8559",
   157            "traffic": {
   158              "protocol": "tcp",
   159              "rates": {
   160                "tcp": "1200.00"
   161              },
   162              "responses": {
   163                "-": {
   164                  "flags": {
   165                    "-": "100.0"
   166                  },
   167                  "hosts": {
   168                    "tcp:9080": "100.0"
   169                  }
   170                }
   171              }
   172            }
   173          }
   174        },
   175        {
   176          "data": {
   177            "id": "185d2d2e10a3edf9d4f339c43138d4da",
   178            "source": "57450de070195502d438ad71abdf35a1",
   179            "target": "5c254c2d4283491d38650d8fb900475d",
   180            "traffic": {
   181              "protocol": "grpc",
   182              "rates": {
   183                "grpc": "150.00",
   184                "grpcPercentReq": "100.0"
   185              },
   186              "responses": {
   187                "-": {
   188                  "hosts": {
   189                    "deposit:9080": "100.0"
   190                  }
   191                }
   192              }
   193            }
   194          }
   195        },
   196        {
   197          "data": {
   198            "id": "5755b8a53c856a29e8dc11f4c4287f80",
   199            "source": "6fb400654f51831b495b454c7d54839b",
   200            "target": "25c659622371eeab9ed18ffa7cfd8559",
   201            "traffic": {
   202              "protocol": "tcp",
   203              "rates": {
   204                "tcp": "93.00"
   205              },
   206              "responses": {
   207                "-": {
   208                  "flags": {
   209                    "-": "100.0"
   210                  },
   211                  "hosts": {
   212                    "tcp:9080": "100.0"
   213                  }
   214                }
   215              }
   216            }
   217          }
   218        },
   219        {
   220          "data": {
   221            "id": "756de109668dd1ccd0ca9761ff02b6a9",
   222            "source": "d572c98471e1586ae94397b094892b6b",
   223            "target": "25c659622371eeab9ed18ffa7cfd8559",
   224            "traffic": {
   225              "protocol": "tcp",
   226              "rates": {
   227                "tcp": "450.00"
   228              },
   229              "responses": {
   230                "-": {
   231                  "flags": {
   232                    "-": "100.0"
   233                  },
   234                  "hosts": {
   235                    "tcp:9080": "100.0"
   236                  }
   237                }
   238              }
   239            }
   240          }
   241        }
   242      ]
   243    }
   244  }