]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/ext/include/opentelemetry/ext/zpages/static/tracez_index.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / ext / include / opentelemetry / ext / zpages / static / tracez_index.h
1 // Copyright The OpenTelemetry Authors
2 // SPDX-License-Identifier: Apache-2.0
3
4 #pragma once
5
6 const char tracez_index[] =
7 ""
8 "<!doctype html>"
9 "<html>"
10 " <head>"
11 " <title>zPages TraceZ</title>"
12 " <script src='/tracez/script.js'></script>"
13 " <link href='/tracez/style.css' rel='stylesheet'>"
14 " </head>"
15 " <body>"
16 " <h1>zPages TraceZ</h1>"
17 " <span id='top-right'>Data last fetched: <span id='lastUpdateTime'></span><br>"
18 " <button onclick='refreshData()'>Fetch new data</button></span>"
19 " <br><br>"
20 " <div class='table-wrap'>"
21 " <table id='headers'>"
22 " <colgroup>"
23 " <col class='md'>"
24 " <col class='sm'>"
25 " <col class='sm'>"
26 " <col class='lg'>"
27 " </colgroup>"
28 " <tr>"
29 " <th>Span Name</th>"
30 " <th>Error Samples</th>"
31 " <th>Running</th>"
32 " <th>Latency Samples</th>"
33 " </tr>"
34 " </table>"
35 " <table id='overview_table'>"
36 " </table>"
37 " <div class='right'>Row count: <span id='overview_table_count'>0</span></div>"
38 " </div>"
39 " <br>"
40 " <br>"
41 " <span id='name_type_detail_table_header'></span>"
42 " <div class='table-wrap'>"
43 " <table id='name_type_detail_table'>"
44 " </table>"
45 " <div class='right'>Row count: <span id='name_type_detail_table_count'>0</span></div>"
46 " </div>"
47 " </body>"
48 "</html>";