如何 post 任何 JSON 内容通过其余 api 洞察天蓝色时间序列

How to post any JSON content to azure time series insight through the rest api

上下文:我的工作是使用 JMeter 测量内部部署应用程序的性能,并希望将结果推送到 Azure 时间序列洞察力。我正在使用 Gen2 时间序列洞察,下面是我来自 JMeter 的有效载荷,

{
    "id": "24f2b702-b2f6-4918-b969-7ed6f6ddc7c7",
    "test_details": [
        {
            "project_name": "TestProject"
        },
        {
            "test_Name": "SimpleLoadTest"
        },
        {
            "test_id": "LoadTest02"
        },
        {
            "test_executer": "Administrator"
        }
    ],
    "response_Details": [
        {
            "requestName": "T01_Launch_URL",
            "status": "Success",
            "responseTime": 2430,
            "responsecode": "200",
            "sentBytes": 0,
            "receivedBytes": 0,
            "responseMessage": "OK",
            "samplecount": 1,
            "errorCount": 0,
            "time": 1596777594968
        }
    ],
    "thread_Details": {
        "number_vusers": 1
    }
}

任何线索如何推送上述有效载荷,任何线索?

您可以使用 Azure Time Series Insights Gen2 数据访问概念将 JSON 内容推送到 Azure Time Series Insights。

详情请参考Azure Time Series Insights Gen2 data access concepts