Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Side by Side Diff: appengine/chrome_infra_mon_proxy/templates/main.html

Issue 928043005: Monitoring proxy for time series data (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Responded to comments Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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 %}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698