Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[receiver/file] Fix the stated supported telemetry types #27684

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

crobert-1
Copy link
Member

Description:

Logs and traces are not supported telemetry types for the file receiver, and the collector will fail to start if it the receiver is in included in a pipeline of either of these types. This change is to correct the README to properly reflect this.

Link to tracking Issue:
Resolves #27682

Testing:

Documentation:

@crobert-1 crobert-1 requested a review from djaglowski as a code owner October 16, 2023 15:23
@crobert-1 crobert-1 requested a review from a team October 16, 2023 15:23
.chloggen/filereceiver_support.yaml Outdated Show resolved Hide resolved
@djaglowski djaglowski added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Oct 16, 2023
@djaglowski djaglowski merged commit a414171 into open-telemetry:main Oct 16, 2023
86 of 87 checks passed
@github-actions github-actions bot added this to the next release milestone Oct 16, 2023
JaredTan95 pushed a commit to openinsight-proj/opentelemetry-collector-contrib that referenced this pull request Oct 18, 2023
…try#27684)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
Logs and traces are not supported telemetry types for the file receiver,
and the collector will fail to start if it the receiver is in included
in a pipeline of either of these types. This change is to correct the
README to properly reflect this.

**Link to tracking Issue:** <Issue number if applicable>
Resolves open-telemetry#27682

**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>
jmsnll pushed a commit to jmsnll/opentelemetry-collector-contrib that referenced this pull request Nov 12, 2023
…try#27684)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
Logs and traces are not supported telemetry types for the file receiver,
and the collector will fail to start if it the receiver is in included
in a pipeline of either of these types. This change is to correct the
README to properly reflect this.

**Link to tracking Issue:** <Issue number if applicable>
Resolves open-telemetry#27682

**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
receiver/file Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[receiver/file] logs and traces are not supported
3 participants