From a7768606198e56a6ac6e1a9bb9a9483cd97bc5eb Mon Sep 17 00:00:00 2001 From: Tan Hung Pham Date: Tue, 16 Jan 2024 08:18:12 +0700 Subject: [PATCH] Update README.md (#688) Fix typo --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index de1c72c4f..cd8f760b6 100644 --- a/examples/README.md +++ b/examples/README.md @@ -16,7 +16,7 @@ Feel free to copy and play with it. 2. Run client in second terminal: ``` - go run client/client.go + go run client/main.go ``` 3. You should see logs and tracing in the output of both terminals thanks to logging and otlpgrpc interceptors. To check metrics instrumented with prometheus interceptor you can curl OpenMetrics (so exemplars are included):