Skip to content

Reuse requests.Session object for performance #101

@vduseev

Description

@vduseev

Is your feature request related to a problem? Please describe.
We currently create a new Session for each request using HttpClient, despite all requests being made to the same base_url.

Describe the solution you'd like
Reuse the session created at the Dynatrace client object level.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions