Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Fix default port in README
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Nov 26, 2018
1 parent e87763b commit 8d5ba4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following options are available:
| Option | Default | Description |
| ------ | ------- | ----------- |
| `host` | "127.0.0.1" | The TCP IP address to send the UDP request to |
| `port` | 6931 | The TCP port to send the UDP request to |
| `port` | 6831 | The TCP port to send the UDP request to |
| `tags` | (empty) | An associative array of tags to mark this process with |
| `client` | null | Optional [`AgentIf`][agent-interface] interface to use for testing |

Expand Down Expand Up @@ -95,4 +95,4 @@ This is not an official Google product.
[agent-interface]: https://github.com/census-instrumentation/opencensus-php-exporter-jaeger/blob/master/src/Thrift/Agent.php#L19
[semver]: http://semver.org/
[ci-build]: https://circleci.com/gh/census-ecosystem/opencensus-php-exporter-jaeger
[packagist-package]: https://packagist.org/packages/opencensus/opencensus-exporter-jaeger
[packagist-package]: https://packagist.org/packages/opencensus/opencensus-exporter-jaeger

0 comments on commit 8d5ba4e

Please sign in to comment.