Skip to content

Commit

Permalink
Added link to paper making use of this code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamies committed Aug 28, 2019
1 parent 03654d2 commit c4f50da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on the
[OpenCensus Jetty integration](https://opencensus.io/guides/http/java/jetty/)
guide. There are two parts to the application: server and client. They will each
be run on separate Compute Engine virtual machines. The client will send a
continuous stream of HTTP requests to the server.
continuous stream of HTTP requests to the server. The code here is the basis
for the solution
[Identifying causes of app latency with Stackdriver and OpenCensus](https://cloud.google.com/solutions/identifying-causes-of-app-latency-with-stackdriver-and-opencensus).

A common cause of high latency is large payload. With each HTTP request the
application will send either a small or a large payload with a 5% probability
Expand Down

0 comments on commit c4f50da

Please sign in to comment.