-
Notifications
You must be signed in to change notification settings - Fork 508
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
Clear up language and remove duplicate content #1202
Conversation
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.
@scottilee sorry for the delay here, but this looks great 🚀 . I don't want to delay this PR on my question on the
helm install
command, so I'm going to merge. Can you respond in the thread after the PR is merged, or tell me in slack?
```console | ||
helm install gomods/athens-proxy -n athens --namespace athens --set replicaCount=3 | ||
``` | ||
|
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.
@scottilee I should know this by now, but is this command somewhere else?
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.
@@ -74,5 +74,4 @@ To try out tracing with Jaeger, do the following: | |||
- Run the walkthrough tutorial | |||
- Open `http://localhost:16686/search` | |||
|
|||
Observability is not a hard requirement for the Athens proxy. So, if the infrastructure is not properly set up, they will fail with an information log. For eg. if Jaeger is not running / if the wrong URL to the exporter is provided, proxy will continue to run. However, it will not collect any traces or metrics (when the exporter backend is unavailable). | |||
|
|||
Observability is not a hard requirement for the Athens proxy. So, if the infrastructure is not properly set up, it will fail with an information log. For example, if Jaeger is not running or if the wrong URL to the exporter is provided, the proxy will continue to run. However, it will not collect any traces or metrics while the exporter backend is unavailable. |
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.
❤️ this!
What is the problem I am trying to address?
Describe the issue you have been trying to solve.
How is the fix applied?
Mention briefly how you have applied the fix.
Mention the issue number it fixes or add the details of the changes if it doesn't have a specific issue.
Fixes #