Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 71278c2

Browse files
hectorjchingor13
authored andcommitted
ZipkinExporter: fix default endpoint documentation (#100)
1 parent d810bec commit 71278c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Trace/Exporter/ZipkinExporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class ZipkinExporter implements ExporterInterface
6161
* @param string $name The name of this application
6262
* @param string $host The hostname of the Zipkin server
6363
* @param int $port The port of the Zipkin server
64-
* @param string $endpoint (optional) The path for the span reporting endpoint. **Defaults to** `/api/v1/spans`
64+
* @param string $endpoint (optional) The path for the span reporting endpoint. **Defaults to** `/api/v2/spans`
6565
*/
6666
public function __construct($name, $host, $port, $endpoint = '/api/v2/spans')
6767
{

0 commit comments

Comments
 (0)