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

Commit

Permalink
Replace deprecated Endpoint of Jaeger example (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aya Igarashi authored and rghetia committed Apr 1, 2019
1 parent 948b0cb commit 46618d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/jaeger/example/main.go
Expand Up @@ -30,7 +30,7 @@ func main() {
// Register the Jaeger exporter to be able to retrieve
// the collected spans.
exporter, err := jaeger.NewExporter(jaeger.Options{
Endpoint: "http://localhost:14268",
CollectorEndpoint: "http://localhost:14268/api/traces",
Process: jaeger.Process{
ServiceName: "trace-demo",
},
Expand Down

0 comments on commit 46618d0

Please sign in to comment.