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
> If you want to try out the latest features that are not released yet, please refer to [the guide](docs/FAQ.md#q-how-to-build-from-sources) to build from sources.
46
46
47
+
By default, SkyWalking Python agent uses gRPC protocol to report data to SkyWalking backend,
48
+
in SkyWalking backend, the port of gRPC protocol is `11800`, and the port of HTTP protocol is `12800`,
49
+
you should configure `collector_address` (or environment variable `SW_AGENT_COLLECTOR_BACKEND_SERVICES`)
50
+
according to the protocol you want.
51
+
52
+
### Report data via gRPC protocol (Default)
53
+
54
+
For example, if you want to use gRPC protocol to report data, configure `collector_address`
55
+
(or environment variable `SW_AGENT_COLLECTOR_BACKEND_SERVICES`) to `<oap-ip-or-host>:11800`,
Alternatively, you can also pass the configurations via environment variables (such as `SW_AGENT_NAME`, `SW_AGENT_COLLECTOR_BACKEND_SERVICES`, etc.) so that you don't need to call `config.init`.
55
96
56
97
All supported environment variables can be found [here](docs/EnvVars.md)
0 commit comments