You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,8 +50,15 @@ Next, open the `cli-target-rest.yml` with an editor of your choice and set the `
50
50
Collector](https://opentelemetry.io/docs/collector/) running on `localhost` with an `otlp` receiver listening on port `4318`, update your target config to look like the following:
51
51
52
52
```yaml
53
-
authMode: none
54
-
restURL: http://localhost:4318/v1/traces
53
+
authMode: "none"
54
+
# Set authmode to 'basic' and uncomment username & password if you need authentication
0 commit comments