8000 Comparing master...3.2.x · optimizely/agent · GitHub
[go: up one dir, main page]

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: optimizely/agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: optimizely/agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 35 files changed
  • 4 contributors

Commits on Nov 2, 2023

  1. [FSSDK-8707] feat(metrics): Adds support for prometheus (#348)

    * Added support for prometheus.
    
    * Added unit tests.
    
    * Added unit tests.
    
    * updated headers.
    
    * fixes.
    
    * cleanup.
    
    * Adding support for labels in prometheus and expvar.
    
    * Refactor code
    
    * fix readme
    
    * Fix copyright year
    
    ---------
    
    Co-authored-by: Mirza Sohail Hussain <mirza.sohailhussain@gmail.com>
    Co-authored-by: Pulak Bhowmick <pulak.bhowmick@episerver.com>
    3 people committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    97997ff View commit details
    Browse the repository at this point in the history
  2. [FSSDK-9705] feat: add OpenTelemetry tracing (#400)

    * add a basic tracing pipeline
    
    * add tracing config
    
    * update tracing config
    
    * use context
    
    * update handler with middleware
    
    * support both http & grpc protocal
    
    * refactor config
    
    * add unit test
    
    * update unit test
    
    * refactor code
    
    * make tracing disabled by default
    
    * add config doc
    
    * fix typo
    
    * collect more attributes
    
    * add common http attributes
    
    * collect http status code attribute
    
    * collect sdk key attribute
    
    * support distributed tracing
    
    * add unit test for trace id generator
    
    * update unit test
    
    * fix typo
    
    * fix typo in config file
    
    * update config.yaml
    
    * make trace_id configurable for distributed tracing
    pulak-opti committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    369fe72 View commit details
    Browse the repository at this point in the history
  3. fix: fix trace middleware http writer (#401)

    * improve trace middleware writer
    
    * fix failing acceptance test
    
    * fix bug
    pulak-opti committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ddb2e15 View commit details
    Browse the repository at this point in the history
  4. BAA1 Configuration menu
    Copy the full SHA
    a221e9d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. [FSSDK-9840] chore: add traceID & spanID to logs (#407)

    * add logging for decide api
    
    * log traceid for trace api
    
    * log traceid for override api
    
    * add traceid for error log
    
    * add traceid into logs
    
    * clean up
    
    * clean up
    
    * update unit test
    pulak-opti committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    054b50d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba168d1 View commit details
    Browse the repository at this point in the history
Loading
0