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 the |
| 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 the |
| 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 href="https://chrome-infra-auth.appspot.com/auth/groups#service-account-monit
oring-proxy" |
| 24 target="_blank">service-account-monitoring-proxy</a> group. |
| 25 |
| 26 </div> |
| 27 </div> |
| 28 </div> |
| 29 {% endblock %} |
OLD | NEW |