Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mock_traces.json « observability « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd7dfb40af615a0f99181ebc3594f9df01b1aaa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
  "project_id": 123,
  "traces": [
    {
      "timestamp": "2023-08-07T15:03:32.199806Z",
      "trace_id": "dabb7ae1-2501-8e57-18e1-30ab21a9ab19",
      "service_name": "tracegentracegentracegenttracegentracegentracegent",
      "operation": "lets-golets-golets-goletslets-golets-golets-golets",
      "statusCode": "STATUS_CODE_UNSET",
      "duration_nano": 100120000,
      "spans": [
        {
          "timestamp": "2023-08-07T15:03:32.199806Z",
          "span_id": "A1FB81EB031B09E8",
          "trace_id": "dabb7ae1-2501-8e57-18e1-30ab21a9ab19",
          "service_name": "tracegentracegentracegentracegentracegentracegentracegentracegentracegentracegentracegentracegentracegen",
          "operation": "lets-golets-golets-golets-golets-golets-golets-golets-golets-golets-golets-golets-go",
          "duration_nano": 100120000,
          "parent_span_id": "",
          "statusCode": "STATUS_CODE_UNSET"
        },
        {
          "timestamp": "2023-08-07T15:03:32.199871Z",
          "span_id": "9C920500FE9C85E3",
          "trace_id": "dabb7ae1-2501-8e57-18e1-30ab21a9ab19",
          "service_name": "tracegen",
          "operation": "okey-dokey",
          "duration_nano": 100055000,
          "parent_span_id": "A1FB81EB031B09E8",
          "statusCode": "STATUS_CODE_UNSET"
        },
        {
          "timestamp": "2023-08-07T15:03:53.199871Z",
          "span_id": "FAKE",
          "trace_id": "dabb7ae1-2501-8e57-18e1-30ab21a9ab19",
          "service_name": "tracegen",
          "operation": "okey-dokey",
          "duration_nano": 50027500,
          "parent_span_id": "9C920500FE9C85E3",
          "statusCode": "STATUS_CODE_UNSET"
        },
        {
          "timestamp": "2023-08-07T15:03:53.199871Z",
          "span_id": "FAKE-2",
          "trace_id": "dabb7ae1-2501-8e57-18e1-30ab21a9ab19",
          "service_name": "fake-service-2",
          "operation": "okey-dokey",
          "duration_nano": 50027500,
          "parent_span_id": "9C920500FE9C85E3",
          "statusCode": "STATUS_CODE_UNSET"
        },
        {
          "timestamp": "2023-08-07T15:04:13.199871Z",
          "span_id": "FAKE-3",
          "trace_id": "dabb7ae1-2501-8e57-18e1-30ab21a9ab19",
          "service_name": "fake-service-3",
          "operation": "okey-dokey",
          "duration_nano": 30000000,
          "parent_span_id": "FAKE-2",
          "statusCode": "STATUS_CODE_UNSET"
        },
        {
          "timestamp": "2023-08-07T15:04:13.199871Z",
          "span_id": "FAKE-4",
          "trace_id": "dabb7ae1-2501-8e57-18e1-30ab21a9ab19",
          "service_name": "fake-service-4",
          "operation": "okey-dokey",
          "duration_nano": 25000000,
          "parent_span_id": "FAKE-3",
          "statusCode": "STATUS_CODE_UNSET"
        },
        {
          "timestamp": "2023-08-07T15:04:13.199871Z",
          "span_id": "FAKE-5",
          "trace_id": "dabb7ae1-2501-8e57-18e1-30ab21a9ab19",
          "service_name": "fake-service-5",
          "operation": "okey-dokey",
          "duration_nano": 10000000,
          "parent_span_id": "FAKE-4",
          "statusCode": "STATUS_CODE_UNSET"
        },
        {
          "timestamp": "2023-08-07T15:04:13.199871Z",
          "span_id": "FAKE-6",
          "trace_id": "dabb7ae1-2501-8e57-18e1-30ab21a9ab19",
          "service_name": "fake-service-6",
          "operation": "okey-dokey",
          "duration_nano": 10000000,
          "parent_span_id": "FAKE-5",
          "statusCode": "STATUS_CODE_UNSET"
        },
        {
          "timestamp": "2023-08-07T15:04:13.199871Z",
          "span_id": "FAKE-7",
          "trace_id": "dabb7ae1-2501-8e57-18e1-30ab21a9ab19",
          "service_name": "fake-service-7",
          "operation": "okey-dokey",
          "duration_nano": 5000000,
          "parent_span_id": "FAKE-6",
          "statusCode": "STATUS_CODE_UNSET"
        }
      ],
      "totalSpans": 5
    }
  ],
  "totalTraces": 50
}