googleinterns / cloud-operations-api-mock

Apache License 2.0
5 stars 2 forks source link

Add web page summary #45

Closed the-ericwang35 closed 4 years ago

the-ericwang35 commented 4 years ago

This change adds a -summary flag to the server, which outputs an HTML file containing info about the spans that have been uploaded during the current run of the server. After the server is closed, summary.html will be created, that contains a static page of the summary.

This a basic implementation, in another PR we'll make the web page look nicer and maybe add more fields, etc.