Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: migrate to OTEL and enable metrics by default #2166

Merged
merged 35 commits into from
Apr 12, 2024
Merged

feat: migrate to OTEL and enable metrics by default #2166

merged 35 commits into from
Apr 12, 2024

Commits on Jan 23, 2024

  1. feat: migrate to OTEL exporter (#1788)

    * feat: migrate exporter to OTEL
    
    * address comments
    
    * filter out only bigtable metrics
    
    * fix test
    
    * use the bom
    
    * update
    
    * update
    
    * update completeResultCode
    
    * add a comment
    
    * address comments
    
    * address comments
    
    * update pom
    
    * small fix
    
    * also check timestamp
    
    * address comment
    
    * updates
    
    * update
    
    * do not block on shutdown
    mutianf committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    043d551 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 16, 2024

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

Commits on Feb 21, 2024

  1. feat: migrate built in metrics to OTEL (#1796)

    * feat: migrate exporter to OTEL
    
    * address comments
    
    * filter out only bigtable metrics
    
    * fix test
    
    * use the bom
    
    * update
    
    * update
    
    * feat: migrate builtin metrics to OTEl
    
    * update completeResultCode
    
    * add a comment
    
    * udpate
    
    * fix tests
    
    * remove unrelated changes
    
    * fix tests
    
    * add documentation
    
    * fix test
    
    * merge exporter changes
    
    * address comments
    
    * rebase on otel
    
    * revert changes in stats
    
    * fix import
    
    * update
    
    * merge back the endpoint change
    
    * refactor constants and settings
    
    * refactor and fix tests
    
    * remove unused dependency
    
    * add some javadoc
    
    * address part of the comments
    
    * update test
    
    * test with nano
    
    * measure everything in nanos and publish with double histogram
    
    * address comments
    
    * fix test
    
    * add toString
    mutianf committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    08e1719 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Merge branch 'main' into otel

    mutianf committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    5e4eb51 View commit details
    Browse the repository at this point in the history
  2. merge from main

    mutianf committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    65493e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. feat: migrate per connection error count metric to otel (#2133)

    * feat: migrate per connection error count metric to otel
    
    * update test
    
    * address comments
    
    * remove unnecessary check
    
    * clean up statsRecorder
    
    * remove dependency
    
    * address comments
    mutianf committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    cd3467c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    15fb42c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d5eb08 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Merge branch 'main' into otel

    mutianf committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b35d956 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    da09fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15c28ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    618ba7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f383e33 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    f0b458b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into otel

    mutianf committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f07a64b View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. address comments

    mutianf committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    452571e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    970f4f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. include version

    mutianf committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    29cd9ae View commit details
    Browse the repository at this point in the history
  2. fix flaky test

    mutianf committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    98aef25 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge branch 'main' into otel

    mutianf committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2e26e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    377d385 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Merge branch 'main' into otel

    mutianf committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    388cd71 View commit details
    Browse the repository at this point in the history
  2. backport new tests since 2.37

    mutianf committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b816dda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21cad39 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    1f291fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56d55cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59a05f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b890843 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5349c2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6c0d91 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. remove stale reference

    mutianf committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f00e838 View commit details
    Browse the repository at this point in the history
  2. clean up

    mutianf committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b330948 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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