-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: open-telemetry/opentelemetry-collector
base: 30b28de
head repository: open-telemetry/opentelemetry-collector
compare: e8353e1
- 18 commits
- 33 files changed
- 7 contributors
Commits on Jul 11, 2022
-
Empty featuregate values will happen to be a panic (#5663)
* allow empty featuregate values * add changelog for #5663
Configuration menu - View commit details
-
Copy full SHA for e319cbe - Browse repository at this point
Copy the full SHA e319cbeView commit details -
[chore] update dependencies (#5672)
As per dependabot recommendations.
Alex Boten authoredJul 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 6133c82 - Browse repository at this point
Copy the full SHA 6133c82View commit details
Commits on Jul 12, 2022
-
failed on unregistered featuregate (#5660)
* failed on unregistered featuregate * add test for existing/noexisting gates * change command to use Apply for now Signed-off-by: Ziqi Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b32ae0 - Browse repository at this point
Copy the full SHA 1b32ae0View commit details
Commits on Jul 13, 2022
-
Change metadata lookup to be case insensitive (#5646)
* Change metadata lookup to be case insensitive Before this change, users would make references to headers such as "authorization" and "X-CloudFront-Viewer-Latitude", which would potentially fail, as they would be stored in the context as "X-Cloudfront-Viewer-Latitude" or "Authorization". This PR changes this behavior, to attempt a case insensitive lookup to the backing map in case the key wasn't found under the requested casing. Under the assumption that the lookup key specified by users won't change, on a subsequent lookup, we proactively copy the value to the looked up key, to make the next lookup faster. Fixes #5610 Fixes open-telemetry/opentelemetry-collector-contrib#8994 Signed-off-by: Juraci Paixão Kröhling <[email protected]> * Add changelog entry Signed-off-by: Juraci Paixão Kröhling <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6417a3a - Browse repository at this point
Copy the full SHA 6417a3aView commit details -
add LogMessage and move LogStabilityLevel (#5633)
* add LogMessage and move LogStabilityLevel This change will make the func available for extensions as well. * add docstring * fix typo * fix impi * apply review feedback
Alex Boten authoredJul 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 6266e5b - Browse repository at this point
Copy the full SHA 6266e5bView commit details -
[release process] add helm charts to release issue template (#5650)
* Update release.md * add headers for responsible parties Co-authored-by: Dmitrii Anoshin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d48e930 - Browse repository at this point
Copy the full SHA d48e930View commit details -
[exporter/logging] Decouple
loglevel
field from level of logged mes……sages (#5678) * [exporter/logging] Decouple `loglevel` field from level of logged messages * Update CHANGELOG.md Co-authored-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a831d51 - Browse repository at this point
Copy the full SHA a831d51View commit details
Commits on Jul 15, 2022
-
[pdata] export NewSliceFromRaw (#5679)
* export NewSliceFromRaw * Add changelog entry * Update pdata/pcommon/alias.go Co-authored-by: Dmitrii Anoshin <[email protected]> Co-authored-by: Alex Boten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7c047b - Browse repository at this point
Copy the full SHA a7c047bView commit details -
[exporter/logging] Create logging exporter logger from service logger (…
…#5677) Build the logger on the logging exporter's logger from the one on `TelemetrySettings`, so that the logger honors the configuration settings on `telemetry::logs` and the configuration options on `CollectorSettings.LoggingOptions`. Depends on #5678 **Link to tracking Issue:** Fixes #5652 **Documentation:** Documented the feature gate.
Configuration menu - View commit details
-
Copy full SHA for 5f506a9 - Browse repository at this point
Copy the full SHA 5f506a9View commit details -
add prepare-release make target (#5503)
* add prepare-release make target make prepare-release does the following: - checks the local repository is clean - search/replace PREVIOUS_VERSION with RELEASE_CANDIDATE - runs make genotelcorecol - creates a commit on a new branch - runs make multimod-prerelease - commits the changes to the branch - creates a PR * add check for gh
Alex Boten authoredJul 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 7c125fb - Browse repository at this point
Copy the full SHA 7c125fbView commit details -
skip changelog for [chore] prs (#5676)
* skip changelog for [chore] prs Add a check in the changelog job to skip the job if the title of the PR contains [chore]. This makes it possible for a user who's change doesn't require a changelog entry and doesn't have write access to the repository to skip this check. For now I've left the check for the "Skip Changelog" label as well, in the future, this should be removed and the label can be removed altogether. * Update .github/workflows/changelog.yml Co-authored-by: Tyler Helmuth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0509360 - Browse repository at this point
Copy the full SHA 0509360View commit details
Commits on Jul 17, 2022
-
add metrics otelcol_exporter_queue_capacity
Signed-off-by: Ziqi Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f60666 - Browse repository at this point
Copy the full SHA 9f60666View commit details -
Signed-off-by: Ziqi Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06254ad - Browse repository at this point
Copy the full SHA 06254adView commit details -
Signed-off-by: Ziqi Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2519551 - Browse repository at this point
Copy the full SHA 2519551View commit details -
Configuration menu - View commit details
-
Copy full SHA for d49b152 - Browse repository at this point
Copy the full SHA d49b152View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6da553 - Browse repository at this point
Copy the full SHA c6da553View commit details -
add queue capacity metric for experimental query setting
Signed-off-by: Ziqi Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73fe155 - Browse repository at this point
Copy the full SHA 73fe155View commit details
Commits on Jul 18, 2022
-
Signed-off-by: Ziqi Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8353e1 - Browse repository at this point
Copy the full SHA e8353e1View commit details
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 30b28de...e8353e1