-
Notifications
You must be signed in to change notification settings - Fork 483
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: open-telemetry/opentelemetry-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: open-telemetry/opentelemetry-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 189 files changed
- 11 contributors
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7701239 - Browse repository at this point
Copy the full SHA 7701239View commit details -
[SDK] Added reserve for spans array in BatchSpanProcessor. (#2724)
* Added reserve for spans array in BatchSpanProcessor. Added reserve for spans array in BatchSpanProcessor. Helps to allocate the amount of memory needed for number of records so that dynamic memory allocation doesn't happen in the consume method. .push_back() reallocates memory each time the method is called. Using .reserve() would avoid memory reallocation as already the memory is allocated. References: https://cplusplus.com/reference/vector/vector/push_back/ https://cplusplus.com/reference/vector/vector/reserve/ * Added reserve for spans array in BatchLogProcessor. Added reserve for spans array in BatchLogProcessor. Same as previously done for BatchSpanProcessor * Update batch_log_record_processor.cc * Update batch_span_processor.cc * Update sdk/src/logs/batch_log_record_processor.cc
Configuration menu - View commit details
-
Copy full SHA for f0e0ef0 - Browse repository at this point
Copy the full SHA f0e0ef0View commit details
Commits on Jun 30, 2024
-
[DOC] Update "Using triplets" section in building-with-vcpkg document…
…ation. (#2726) * Update triplet links in building-with-vcpkg documentation. * Update docs/building-with-vcpkg.md Co-authored-by: Tom Tan <[email protected]> --------- Co-authored-by: Marc Alff <[email protected]> Co-authored-by: Tom Tan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ead2d1b - Browse repository at this point
Copy the full SHA ead2d1bView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 5e21b8a - Browse repository at this point
Copy the full SHA 5e21b8aView commit details
Commits on Jul 2, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 42563e4 - Browse repository at this point
Copy the full SHA 42563e4View commit details
Commits on Jul 3, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for f6dca99 - Browse repository at this point
Copy the full SHA f6dca99View commit details
Commits on Jul 5, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 0ff58e8 - Browse repository at this point
Copy the full SHA 0ff58e8View commit details
Commits on Jul 6, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 6dbfdb5 - Browse repository at this point
Copy the full SHA 6dbfdb5View commit details
Commits on Jul 11, 2024
-
2
Configuration menu - View commit details
-
Copy full SHA for eb2b975 - Browse repository at this point
Copy the full SHA eb2b975View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63fa4fd - Browse repository at this point
Copy the full SHA 63fa4fdView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 323a279 - Browse repository at this point
Copy the full SHA 323a279View commit details
Commits on Jul 17, 2024
-
[Metrics SDK] Fix hash calculation for nostd::string (#2999)
* add test to validate cardinaity limit * format * warning * Format * maint mode CI * modify test to reproduce the issue * Format * remove vscode settings * remove redundant test * remove unused code * fix to calculate hash on string_view * remove iostream * template specialization for const char *, and varous string type tests * unused variable warning * more warnings * format * fix use-after-stack-scope * format * another try * format --------- Co-authored-by: Tom Tan <[email protected]>
2Configuration menu - View commit details
-
Copy full SHA for d8ae09e - Browse repository at this point
Copy the full SHA d8ae09eView commit details -
Configuration menu - View commit details
-
Copy full SHA for baecbb9 - Browse repository at this point
Copy the full SHA baecbb9View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.16.0...v1.16.1