Created
June 20, 2018 21:38
-
-
Save josejulio/9cfca85efc1ec6c93b1b4618f1822da6 to your computer and use it in GitHub Desktop.
service-mesh graph.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"timestamp": 1529529480, | |
"elements": { | |
"nodes": [ | |
{ | |
"data": { | |
"id": "50c81fc80cd32ed8f2c2b5c1e698e9f8", | |
"service": "details.bookinfo.svc.cluster.local", | |
"version": "v1", | |
"rate": "0.218" | |
} | |
}, | |
{ | |
"data": { | |
"id": "32f13d185b9a6764d67f9f96f8796f6c", | |
"service": "productpage.bookinfo.svc.cluster.local", | |
"version": "v1", | |
"rate": "0.200", | |
"rateOut": "0.446" | |
} | |
}, | |
{ | |
"data": { | |
"id": "4bd6b4e52f760784b8cf5a9ae38241e2", | |
"service": "ratings.bookinfo.svc.cluster.local", | |
"version": "v1", | |
"rate": "0.146" | |
} | |
}, | |
{ | |
"data": { | |
"id": "091c4c76cb13828352bbe375d51e3b01", | |
"service": "reviews.bookinfo.svc.cluster.local", | |
"isGroup": "version" | |
} | |
}, | |
{ | |
"data": { | |
"id": "09db1ec4064c7f4e77c2c65f0c8709ac", | |
"parent": "091c4c76cb13828352bbe375d51e3b01", | |
"service": "reviews.bookinfo.svc.cluster.local", | |
"version": "v1", | |
"rate": "0.094", | |
"rate5XX": "0.021" | |
} | |
}, | |
{ | |
"data": { | |
"id": "a30ebe6d7004dc26a24a989e27550aa2", | |
"parent": "091c4c76cb13828352bbe375d51e3b01", | |
"service": "reviews.bookinfo.svc.cluster.local", | |
"version": "v2", | |
"rate": "0.079", | |
"rate5XX": "0.043", | |
"rateOut": "0.073" | |
} | |
}, | |
{ | |
"data": { | |
"id": "9b88963ddbd1603b0bbca88cfca29781", | |
"parent": "091c4c76cb13828352bbe375d51e3b01", | |
"service": "reviews.bookinfo.svc.cluster.local", | |
"version": "v3", | |
"rate": "0.055", | |
"rateOut": "0.073" | |
} | |
}, | |
{ | |
"data": { | |
"id": "ba113404e46b8aa41dc0e7cc339073fe", | |
"service": "unknown", | |
"version": "unknown", | |
"rateOut": "0.200", | |
"isRoot": true | |
} | |
} | |
], | |
"edges": [ | |
{ | |
"data": { | |
"id": "135f13040b3436024eadbbeae35f4bd9", | |
"source": "32f13d185b9a6764d67f9f96f8796f6c", | |
"target": "09db1ec4064c7f4e77c2c65f0c8709ac", | |
"rate": "400", | |
"rate5XX": "0.021", | |
"percentErr": "22.340", | |
"percentRate": "21.076", | |
"responseTime": "0.900" | |
} | |
}, | |
{ | |
"data": { | |
"id": "422a1c5f700684752177bc375eabad4b", | |
"source": "32f13d185b9a6764d67f9f96f8796f6c", | |
"target": "50c81fc80cd32ed8f2c2b5c1e698e9f8", | |
"rate": "500", | |
"percentRate": "48.879", | |
"responseTime": "0.070" | |
} | |
}, | |
{ | |
"data": { | |
"id": "81825f8a8fd937464ecaad046abff476", | |
"source": "32f13d185b9a6764d67f9f96f8796f6c", | |
"target": "9b88963ddbd1603b0bbca88cfca29781", | |
"rate": "0.055", | |
"percentRate": "12.332", | |
"responseTime": "2.275" | |
} | |
}, | |
{ | |
"data": { | |
"id": "d05b899989813da4de1c3ce574cfd072", | |
"source": "32f13d185b9a6764d67f9f96f8796f6c", | |
"target": "a30ebe6d7004dc26a24a989e27550aa2", | |
"rate": "150", | |
"rate5XX": "0.5", | |
"percentErr": "54.430", | |
"percentRate": "17.713", | |
"responseTime": "5.350" | |
} | |
}, | |
{ | |
"data": { | |
"id": "2b61433d3ae75d11ea7ed3d002af2c60", | |
"source": "9b88963ddbd1603b0bbca88cfca29781", | |
"target": "4bd6b4e52f760784b8cf5a9ae38241e2", | |
"rate": "0.073", | |
"responseTime": "2.350" | |
} | |
}, | |
{ | |
"data": { | |
"id": "9bdc27314a16a7e9c7d8fc0cd3c55827", | |
"source": "a30ebe6d7004dc26a24a989e27550aa2", | |
"target": "4bd6b4e52f760784b8cf5a9ae38241e2", | |
"rate": "0.073", | |
"responseTime": "0.220" | |
} | |
}, | |
{ | |
"data": { | |
"id": "9f82022f17be0601a8b48369f84a870f", | |
"source": "ba113404e46b8aa41dc0e7cc339073fe", | |
"target": "32f13d185b9a6764d67f9f96f8796f6c", | |
"rate": "500", | |
"responseTime": "1.000" | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment