Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

fix: Shutdown Stackdriver MetricServiceClient properly #2091

Merged

Commits on Jan 12, 2022

  1. fix: Shutdown Stackdriver MetricServiceClient properly

    Using the default configuration of StackdriverStatsConfiguration, a
    MetricServiceClient is initialized by the StackdriverStatsExporter.
    
    This client was never closed, this will be done now when the
    .unregister() method is called on the exporter.
    
    If a custom MetricServiceStub is given by the user, it will *not* be
    closed as the user should be in charge of it.
    Jan Hicken committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    52f3216 View commit details
    Browse the repository at this point in the history