-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final edits #14
Final edits #14
Conversation
@@ -6,17 +6,17 @@ weight: 0 | |||
![Web interface screenshot]({{ site.github.url }}/public/img/web-screenshot.png) | |||
|
|||
Zipkin is a distributed tracing system. It helps gather timing data needed to | |||
troubleshoot latency problems in microservice architectures. It manages both the | |||
troubleshoot latency problems in micro-service architectures. It manages both the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
microservice is more commonly used than micro-service https://en.wikipedia.org/wiki/Microservices
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
corrected
Hi, there. I know I made comments, but please don't lose hope :) The documentation site was forklifted and needs a lot of refactoring. You can choose how much of that you feel up to, and any amount will be very appreciated. |
ps added a note about packaging as it relates to why we don't need zipkin-web anymore (spoiler, it is hosted on the same process as the api, most typically) #15 |
request back to the client. The difference between this and `ss` will be the | ||
amount of time it took the server to process the request. | ||
* **cr** - Client Recieve. The client has received the response from the server. | ||
* **cr** - Client Receiver: The client has received the response from the server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Receive
some unimportant nits. thanks for offering follow-up changes! |
Changed flow of architecture page and added transition text.
added link in Architecture page to Span Receivers page (I hope!)
minor updates throughout
-simplified language