Clear up language and remove duplicate content (#1202)

This commit is contained in:
Scott Lee
2019-04-30 12:14:45 -07:00
committed by Aaron Schlesinger
parent 3f2c99f6a2
commit a327db006a
2 changed files with 1 additions and 8 deletions
+1 -2
View File
@@ -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.
@@ -94,12 +94,6 @@ $ helm install gomods/athens-proxy -n athens --namespace athens
This will deploy a single Athens instance in the `default` namespace with `disk` storage enabled. Additionally, a `ClusterIP` service will be created.
By default, the chart will install Athens with a replica count of 1. To change this, change the `replicaCount` value:
```console
helm install gomods/athens-proxy -n athens --namespace athens --set replicaCount=3
```
## Advanced Configuration
### Replicas