This repository was archived by the owner on Dec 23, 2023. It is now read-only.
Permalink
base repository: census-instrumentation/opencensus-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v0.29.0
Choose a base ref
...
head repository: census-instrumentation/opencensus-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v0.31.0
Choose a head ref
  • 7 commits
  • 17 files changed
  • 5 contributors

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    6d55608View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    93d13d2View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Add text for upgrading to latest log4j (#2089)

    * Add text for upgrading to latest log4j
    
    * Update the package-specific README too
    
    Co-authored-by: Punya Biswal <[email protected]>
    amujumdar and punya authoredDec 18, 2021
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. fix: Shutdown Stackdriver MetricServiceClient properly (#2091)

    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.
    @janhicken
    janhicken authoredJan 13, 2022
    Configuration menu
    Copy the full SHA
    81225afView commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. implement gRPC client retry stats measures and views (#2084)

    * implement gRPC client retry stats measures and views
    based on https://.com/grpc/proposal/blob/master/A45-retry-stats.md#metrics-to-expose
    
    * fix aggregation arguments for new RpcViewConstants
    
    * attempt to fix checkstyle
    
    * add more sensible bucket boundaries for retry per call histograms
    
    * remove extraneous buckets and make >= 5 the upper bound
    
    * apply fix pointed out by @asafdav2
    @mackenziestarr
    mackenziestarr authoredJan 24, 2022
    Configuration menu
    Copy the full SHA
    2e90f49View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Bump version to 0.31.0

    @punya
    punya committedJan 25, 2022
    Configuration menu
    Copy the full SHA
    3b0b339View commit details
    Browse the repository at this point in the history
Loading