Set up and initialize the Scale GP Tracing SDK in your Python applications.
scale-gp-beta
package using pip:
SGPClient
SGPClient
’s configuration (e.g., base_url
, timeout
).
SGP_API_KEY
and SGP_ACCOUNT_ID
environment variables, you can omit passing a client. The SDK will automatically attempt to create a default SGPClient
for you.
disabled=True
parameter directly to the init()
function. This will override the environment variable setting.