Skip to content

Commit e71d304

Browse files
authored
1.4.1 Fix
1 parent 2d53ba3 commit e71d304

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The only required argument is an Agent config value, which should have an `agent
151151

152152
| Options | Env Var | Property |Default | Description |
153153
|:--------------------|:----------------|:-----------------------|:-------|:---------------------------------------|
154-
| -c --config | PROXY_CONFIG | | | Agent config file or url |
154+
| -c --config | PROXY_CONFIG | | | Agent config file or url |
155155
| -p --port | PROXY_PORT | proxy.http.port | 8080 | Proxy listen port |
156156
| -a --agent_port | AGENT_PORT | proxy.agent.port | 50051 | gRPC listen port for Agents |
157157
| -r --admin | ADMIN_ENABLED | proxy.admin.enabled | false | Enable admin servlets |
@@ -167,7 +167,7 @@ The only required argument is an Agent config value, which should have an `agent
167167

168168
| Options | Env Var | Property |Default | Description |
169169
|:--------------------|:----------------|:-----------------------|:-------|:---------------------------------------|
170-
| -c --config | AGENT_CONFIG | | | Agent config file or url (required) |
170+
| -c --config | AGENT_CONFIG | | | Agent config file or url (required) |
171171
| -p --proxy | PROXY_HOSTNAME | agent.proxy.hostname | | Proxy hostname (can include :port) |
172172
| -n --name | AGENT_NAME | agent.name | | Agent name |
173173
| -r --admin | ADMIN_ENABLED | agent.admin.enabled | false | Enable admin servlets |

etc/compose/proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ prometheus-test:
1818
#zipkin:
1919
# image: 'openzipkin/zipkin'
2020
# ports:
21-
# - '9411:9411'
21+
# - '9411:9411'

0 commit comments

Comments
 (0)