File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
src/dat_backend/templates Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 44- Fixed issue with docker logs: limit total amount of logs retained by Docker.
55 This prevents a VM's local disk from completely filling after long enough
66 uptime.
7+ - Fix issue with EDD metrics being nested under each other in the ` /api/metrics `
8+ generated-page.
79
810# v1.0.1
911
Original file line number Diff line number Diff line change 3030 {% endfor %}
3131 </p >
3232
33- <h3 >get-links specific metrics (indicates interaction with EDD)</h3 >
34- <p >
35- {% for shortname_version , metrics in get_links_metrics .items () %}
36- <h4 ><u >{{ shortname_version }}</u ></h4 >
37- <p >Number of requests by status:</p >
38- <ul >
39- {% for status_code , count in metrics .items () %}
40- <li >{{ status_code }}: {{ count }}</li >
41- {% endfor %}
42- {% endfor %}
43- </p >
33+ <h3 >get-links specific metrics (indicates interaction with EDD!)</h3 >
34+ {% for shortname_version , metrics in get_links_metrics .items () %}
35+ <h4 ><u >{{ shortname_version }}</u ></h4 >
36+ <p >Number of requests by status:</p >
37+ <ul >
38+ {% for status_code , count in metrics .items () %}
39+ <li >{{ status_code }}: {{ count }}</li >
40+ {% endfor %}
41+ </ul >
42+ {% endfor %}
4443
4544 <div style =" display : flex ;" >
4645 </body >
You can’t perform that action at this time.
0 commit comments