OLD | NEW |
---|---|
(Empty) | |
1 {% extends "base.html" %} | |
2 {% block content %} | |
3 <div class="container-fluid"> | |
4 <div class="row-fluid"> | |
5 <p> | |
6 <div class="col-md-10"> | |
7 <h1>Chrome Infra Monitoring Proxy</h1> | |
8 | |
9 | |
10 <p>Welcome to the Chrome Infrastructure Monitoring Proxy for time series data. | |
11 | |
12 <ul> | |
13 <li><a href="/admin/">Configuration</a> (requires admin priviledges) | |
14 </ul> | |
15 | |
16 <p>Send your protobufs to the /monacq endpoint (POST only) using | |
agable
2015/04/23 19:29:37
nit: using the
Sergey Berezin (google)
2015/04/24 19:09:52
Done.
| |
17 <a href="https://chromium.googlesource.com/infra/infra/+/master/infra/libs/ts_mo n/" | |
18 target="_blank">infra/libs/ts_mon</a> library, or | |
agable
2015/04/23 19:29:37
nit: or the
Sergey Berezin (google)
2015/04/24 19:09:52
Done.
| |
19 <a href="https://chromium.googlesource.com/infra/infra/+/master/infra/services/s ysmon/" | |
20 target="_blank">infra/services/sysmon</a> service. | |
21 | |
22 The end point requires authentication as a member of the | |
23 <a | |
agable
2015/04/23 19:29:37
We don't generally enforce 80-character limits in
Sergey Berezin (google)
2015/04/24 19:09:52
Done (damn html-mode in emacs :-)
| |
24 href="https://chrome-infra-auth.appspot.com/auth/groups#service-account-monito ring-proxy" | |
25 target="_blank">service-account-monitoring-proxy</a> group. | |
26 | |
27 </div> | |
28 </div> | |
29 </div> | |
30 {% endblock %} | |
OLD | NEW |