Skip to content
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: gone-io/goner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: gone-io/goner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 8 commits
  • 75 files changed
  • 2 contributors

Commits on May 7, 2025

  1. docs: update README files with language toggles and consistent format…

    …ting
    
    - Add English and Chinese language toggles to all README files
    - Update component names to use 'goner/' prefix consistently
    - Improve formatting and structure of README content across multiple components
    - Add new README files for g and grpc components
    - Update examples/grpc directory structure and add README files
    dapeng committed May 7, 2025
    Configuration menu
    Copy the full SHA
    b4fcefa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from gone-io/feature/otle

    docs: update README files with language toggles and consistent formatting
    Degfy authored May 7, 2025
    Configuration menu
    Copy the full SHA
    aa3f1c8 View commit details
    Browse the repository at this point in the history
  3. docs(README): update component classification and formatting

    - Update component classification to improve organization
    - Enhance formatting for better readability
    - Synchronize changes in both English and Chinese versions
    dapeng committed May 7, 2025
    Configuration menu
    Copy the full SHA
    7ab2a6e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #74 from gone-io/feature/otle

    docs(README): update component classification and formatting
    Degfy authored May 7, 2025
    Configuration menu
    Copy the full SHA
    d91da35 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. refactor(otel): replace global tracer with component tracer

    - Remove global tracer import from go.opentelemetry.io/otel
    - Use component's tracer instead of global tracer
    - Update tracer initialization to use component's tracer
    dapeng committed May 8, 2025
    Configuration menu
    Copy the full SHA
    8a4b915 View commit details
    Browse the repository at this point in the history
  2. fix(otel): prevent multiple registration of OTel providers

    - Add check for existing registration to avoid duplicates
    - Use global variable 'h' to ensure single instance of helper
    - Implement this change for LoggerProvider, MeterProvider, and TracerProvider
    dapeng committed May 8, 2025
    Configuration menu
    Copy the full SHA
    86c49f9 View commit details
    Browse the repository at this point in the history
  3. test(otel): test(otel): test prevent multiple registration of OTel pr…

    …oviders
    
    - Update test files to include loader registration step
    - Add `Loads` method with a custom loader function
    - Improve test coverage by ensuring proper registration of loaders
    dapeng committed May 8, 2025
    Configuration menu
    Copy the full SHA
    2da21c3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #75 from gone-io/feature/otle

    fix(otel): prevent multiple registration of OTel providers
    Degfy authored May 8, 2025
    Configuration menu
    Copy the full SHA
    b6c909f View commit details
    Browse the repository at this point in the history
Loading