• skywalking.postman_collection.json


    {
        "info": {
            "_postman_id": "d9d7c326-9fdb-4805-88ae-e1a109022d38",
            "name": "skywalking",
            "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
        },
        "item": [
            {
                "name": "getAllServices",
                "request": {
                    "method": "POST",
                    "header": [],
                    "body": {
                        "mode": "raw",
                        "raw": "{     "query": "query queryServices($duration: Duration!,$keyword: String!) {\n    services: getAllServices(duration: $duration, group: $keyword) {\n      key: id\n      label: name\n      group\n    }\n  }",     "variables": {         "duration": {             "start": "2021-08-25 1605",             "end": "2021-08-25 1607",             "step": "MINUTE"         },         "keyword": ""     } }",
                        "options": {
                            "raw": {
                                "language": "json"
                            }
                        }
                    },
                    "url": {
                        "raw": "http://localhost:12800/graphql",
                        "protocol": "http",
                        "host": [
                            "localhost"
                        ],
                        "port": "12800",
                        "path": [
                            "graphql"
                        ]
                    }
                },
                "response": []
            },
            {
                "name": "getAllServices Copy",
                "request": {
                    "method": "POST",
                    "header": [],
                    "body": {
                        "mode": "raw",
                        "raw": "{     "query": "query queryServices($duration: Duration!,$keyword: String!) {\n    services: getAllServices(duration: $duration, group: $keyword) {\n      key: id\n      label: name\n      group\n    }\n  }",     "variables": {         "duration": {             "start": "2021-08-31 18",             "end": "2021-08-31 19",             "step": "HOUR"         },         "keyword": ""     } }",
                        "options": {
                            "raw": {
                                "language": "json"
                            }
                        }
                    },
                    "url": {
                        "raw": "http://localhost:12800/graphql",
                        "protocol": "http",
                        "host": [
                            "localhost"
                        ],
                        "port": "12800",
                        "path": [
                            "graphql"
                        ]
                    }
                },
                "response": []
            },
            {
                "name": "getAllServices Copy 2",
                "request": {
                    "method": "POST",
                    "header": [],
                    "body": {
                        "mode": "raw",
                        "raw": "{     "query": "query queryServices($duration: Duration!,$keyword: String!) {\n    services: getAllServices(duration: $duration, group: $keyword) {\n      key: id\n      label: name\n      group\n    }\n  }",     "variables": {         "duration": {             "start": "2021-08-31",             "end": "2021-08-31",             "step": "DAY"         },         "keyword": ""     } }",
                        "options": {
                            "raw": {
                                "language": "json"
                            }
                        }
                    },
                    "url": {
                        "raw": "http://localhost:12800/graphql",
                        "protocol": "http",
                        "host": [
                            "localhost"
                        ],
                        "port": "12800",
                        "path": [
                            "graphql"
                        ]
                    }
                },
                "response": []
            },
            {
                "name": "searchServices",
                "request": {
                    "method": "POST",
                    "header": [],
                    "body": {
                        "mode": "raw",
                        "raw": "{     "query": "query queryServices($duration: Duration!,$keyword: String!) {\n    services: searchServices(duration: $duration, keyword: $keyword) {\n      key: id\n      label: name\n      }\n  }",     "variables": {         "duration": {             "start": "2021-08-25 1605",             "end": "2021-08-25 1607",             "step": "MINUTE"         },         "keyword": "Your_ApplicationName"     } }",
                        "options": {
                            "raw": {
                                "language": "json"
                            }
                        }
                    },
                    "url": {
                        "raw": "http://localhost:8080/graphql",
                        "protocol": "http",
                        "host": [
                            "localhost"
                        ],
                        "port": "8080",
                        "path": [
                            "graphql"
                        ]
                    }
                },
                "response": []
            },
            {
                "name": "searchService",
                "request": {
                    "method": "POST",
                    "header": [],
                    "body": {
                        "mode": "raw",
                        "raw": "{     "query": "query queryService($serviceCode: String!) {searchService(serviceCode: $serviceCode) {id name}}",     "variables": {         "serviceCode": "Your_ApplicationName"     } }",
                        "options": {
                            "raw": {
                                "language": "json"
                            }
                        }
                    },
                    "url": {
                        "raw": "http://localhost:8080/graphql",
                        "protocol": "http",
                        "host": [
                            "localhost"
                        ],
                        "port": "8080",
                        "path": [
                            "graphql"
                        ]
                    }
                },
                "response": []
            },
            {
                "name": "queryBasicTraces",
                "request": {
                    "method": "POST",
                    "header": [],
                    "body": {
                        "mode": "raw",
                        "raw": "{     "query": "query queryTraces($condition: TraceQueryCondition) {\n  data: queryBasicTraces(condition: $condition) {\n    traces {\n      key: segmentId\n      endpointNames\n      duration\n      start\n      isError\n      traceIds\n    }\n    total\n  }}",     "variables": {         "condition": {             "queryDuration": {                 "start": "2021-08-25 160524",                 "end": "2021-08-25 160724",                 "step": "SECOND"             },             "traceState": "ALL",             "paging": {                 "pageNum": 1,                 "pageSize": 15,                 "needTotal": true             },             "queryOrder": "BY_DURATION",             "tags": []         }     } }",
                        "options": {
                            "raw": {
                                "language": "json"
                            }
                        }
                    },
                    "url": {
                        "raw": "http://localhost:8080/graphql",
                        "protocol": "http",
                        "host": [
                            "localhost"
                        ],
                        "port": "8080",
                        "path": [
                            "graphql"
                        ]
                    }
                },
                "response": []
            },
            {
                "name": "getGlobalTopology",
                "request": {
                    "method": "POST",
                    "header": [],
                    "body": {
                        "mode": "raw",
                        "raw": "{     "query": "query queryTopo($duration: Duration!) {\n  topo: getGlobalTopology(duration: $duration) {\n    nodes {\n      id\n      name\n      type\n      isReal\n    }\n    calls {\n      id\n      source\n      detectPoints\n      target\n    }\n  }}",     "variables": {         "duration": {             "start": "2021-08-25 1605",             "end": "2021-08-25 1607",             "step": "MINUTE"         }     } }",
                        "options": {
                            "raw": {
                                "language": "json"
                            }
                        }
                    },
                    "url": {
                        "raw": "http://localhost:8080/graphql",
                        "protocol": "http",
                        "host": [
                            "localhost"
                        ],
                        "port": "8080",
                        "path": [
                            "graphql"
                        ]
                    }
                },
                "response": []
            },
            {
                "name": "searchEndpoint",
                "request": {
                    "method": "POST",
                    "header": [],
                    "body": {
                        "mode": "raw",
                        "raw": "{"query":"query queryEndpoints($serviceId: ID!, $keyword: String!) {\n    getEndpoints: searchEndpoint(serviceId: $serviceId, keyword: $keyword, limit: 100) {\n      key: id\n      label: name\n    }\n}","variables":{"serviceId":"WW91cl9BcHBsaWNhdGlvbk5hbWU=.1","keyword":""}}",
                        "options": {
                            "raw": {
                                "language": "json"
                            }
                        }
                    },
                    "url": {
                        "raw": "http://localhost:8080/graphql",
                        "protocol": "http",
                        "host": [
                            "localhost"
                        ],
                        "port": "8080",
                        "path": [
                            "graphql"
                        ]
                    }
                },
                "response": []
            },
            {
                "name": "getServiceInstances",
                "request": {
                    "method": "POST",
                    "header": [],
                    "body": {
                        "mode": "raw",
                        "raw": "{     "query": "query queryInstances($serviceId: ID!, $duration: Duration!) {\n    getServiceInstances(duration: $duration, serviceId: $serviceId) {\n      key: id\n      label: name\n      language\n      attributes {\n        name\n        value\n      }\n    }\n  }",     "variables": {         "serviceId": "WW91cl9BcHBsaWNhdGlvbk5hbWU=.1",         "duration": {             "start": "2021-08-25 1605",             "end": "2021-08-25 1607",             "step": "MINUTE"         }     } }",
                        "options": {
                            "raw": {
                                "language": "json"
                            }
                        }
                    },
                    "url": {
                        "raw": "http://localhost:8080/graphql",
                        "protocol": "http",
                        "host": [
                            "localhost"
                        ],
                        "port": "8080",
                        "path": [
                            "graphql"
                        ]
                    }
                },
                "response": []
            },
            {
                "name": "service_cpm",
                "request": {
                    "method": "POST",
                    "header": [],
                    "body": {
                        "mode": "raw",
                        "raw": "{     "query": "query queryData($condition: TopNCondition!, $duration: Duration!) {\n  sortMetrics: sortMetrics(condition: $condition, duration: $duration) {\n    name\n    id\n    value\n    refId\n  }}",     "variables": {         "duration": {             "start": "2021-08-25 1605",             "end": "2021-08-25 1607",             "step": "MINUTE"         },         "condition": {             "name": "service_cpm",             "parentService": null,             "normal": true,             "scope": "Service",             "topN": 10,             "order": "DES"         }     } }",
                        "options": {
                            "raw": {
                                "language": "json"
                            }
                        }
                    },
                    "url": {
                        "raw": "http://localhost:12800/graphql",
                        "protocol": "http",
                        "host": [
                            "localhost"
                        ],
                        "port": "12800",
                        "path": [
                            "graphql"
                        ]
                    }
                },
                "response": []
            },
            {
                "name": "service_resp_time",
                "request": {
                    "method": "POST",
                    "header": [],
                    "body": {
                        "mode": "raw",
                        "raw": "{     "query": "query queryData($condition: TopNCondition!, $duration: Duration!) {\n  sortMetrics: sortMetrics(condition: $condition, duration: $duration) {\n    name\n    id\n    value\n    refId\n  }}",     "variables": {         "duration": {             "start": "2021-08-25 1605",             "end": "2021-08-25 1607",             "step": "MINUTE"         },         "condition": {             "name": "service_resp_time",             "parentService": null,             "normal": true,             "scope": "Service",             "topN": 10,             "order": "DES"         }     } }",
                        "options": {
                            "raw": {
                                "language": "json"
                            }
                        }
                    },
                    "url": {
                        "raw": "http://localhost:12800/graphql",
                        "protocol": "http",
                        "host": [
                            "localhost"
                        ],
                        "port": "12800",
                        "path": [
                            "graphql"
                        ]
                    }
                },
                "response": []
            }
        ]
    }

  • 相关阅读:
    滴滴 cubeui 教程
    继往开来的 sass 3 代编译器:ruby sass、nodesass、dartsass
    研究大佬用 Vue 写的倒计时组件,学到了不少东西
    狠人!标星 3.4 万的项目说删就删,几行代码搞崩数万个开源项目
    本人EE知识体系导航 Embedded menu
    PMP之思维――我的PMP备考之旅
    总有些瞬间,能温暖整个曾经
    不是一辈子的人,不说一辈子的话
    QImage对一般图像的处理
    从零开始系统深入学习android(已完成部分的目录带链接)
  • 原文地址:https://www.cnblogs.com/tonggc1668/p/15266271.html
Copyright © 2020-2023  润新知