Replies: 1 comment 1 reply
-
|
Hi thanks. But this is fixed in apache/skywalking-python#292 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In doc https://skywalking.apache.org/docs/skywalking-python/v1.0.0/en/setup/configuration/#plugin-related-configurations, there are some variables like
SW_AGENT_AGENT_COLLECTOR_BACKEND_SERVICES,SW_AGENT_PLUGIN_FASTAPI_COLLECT_HTTP_PARAMS. But in python code https://github.com/apache/skywalking-python/blob/master/skywalking/config.py, relative variables areSW_AGENT_COLLECTOR_BACKEND_SERVICES,SW_PLUGIN_FASTAPI_COLLECT_HTTP_PARAMS. So need to correct any one?Beta Was this translation helpful? Give feedback.
All reactions