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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: census-instrumentation/opencensus-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
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.
Loading
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
    6d55608 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

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

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    1584507 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 authored Dec 18, 2021
    Configuration menu
    Copy the full SHA
    0899c0b 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 authored Jan 13, 2022
    Configuration menu
    Copy the full SHA
    81225af View 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://github.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 authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    2e90f49 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Bump version to 0.31.0

    punya committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    3b0b339 View commit details
    Browse the repository at this point in the history
Loading