Update the top-level README#2512
Merged
jmacd merged 35 commits intoopen-telemetry:mainfrom Apr 15, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2512 +/- ##
==========================================
- Coverage 88.14% 88.10% -0.05%
==========================================
Files 633 633
Lines 235792 237191 +1399
==========================================
+ Hits 207850 208978 +1128
- Misses 27418 27689 +271
Partials 524 524
🚀 New features to boost your workflow:
|
cijothomas
reviewed
Apr 2, 2026
cijothomas
reviewed
Apr 2, 2026
cijothomas
reviewed
Apr 2, 2026
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
cijothomas
reviewed
Apr 2, 2026
cijothomas
reviewed
Apr 2, 2026
cijothomas
reviewed
Apr 2, 2026
cijothomas
reviewed
Apr 2, 2026
cijothomas
reviewed
Apr 14, 2026
cijothomas
reviewed
Apr 14, 2026
| OpenTelemetry Collector-Contrib distribution since [the July 2024 | ||
| release of v0.104.0][ARROW-RELEASED]. | ||
|
|
||
| Our project has many contributors and over 1500 pull requests merged. |
Member
There was a problem hiding this comment.
I'd remove the count, as it gets stale information.
cijothomas
reviewed
Apr 14, 2026
| [syslog-console.yaml][SYSLOG-CONSOLE-YAML]). For example, to receive | ||
| syslog messages on port 5140 and print them to the console: | ||
|
|
||
| > [!NOTE] |
Member
There was a problem hiding this comment.
nit: Don't think we need to callout insecure part. OTLP default is also non TLS, and usually its upto end users to decide whether its insecure or not.
cijothomas
approved these changes
Apr 14, 2026
Member
cijothomas
left a comment
There was a problem hiding this comment.
LGTM, left couple of nits.
drewrelmas
approved these changes
Apr 14, 2026
Contributor
drewrelmas
left a comment
There was a problem hiding this comment.
Thanks for making this improvement @jmacd !
Merged
via the queue into
open-telemetry:main
with commit Apr 15, 2026
a37841b
75 of 78 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Summary
Update README to highlight our progress in Phase 2. We did a lot!
Are there any user-facing changes?
Yes. I tested the example commands in this update.