You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use upstream filereceiver and fileexporter with updated docs (#278)
Originated from looking at #232 as an easy doc-related first
contribution in open-telemetry organization.
In fixing 404 doc links, noted that the referenced upstream
`filereceiver` was renamed to `otlpjsonfilereceiver`. Consulted with
@jmacd and determined the best path forward is to deprecate local copies
of `filereceiver` and `fileexporter` in favor of the proper, existing
upstream implementations.
---------
Co-authored-by: Joshua MacDonald <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
9
9
## Unreleased
10
10
11
11
- Update to v0.117.0 collector dependencies. [#277](https://github.com/open-telemetry/otel-arrow/pull/277), [#279](https://github.com/open-telemetry/otel-arrow/pull/279)
12
+
- Deprecate local versions of `fileexporter` and `filereceiver` in favor of upstream components with related README changes. [#232](https://github.com/open-telemetry/otel-arrow/issues/232)
@@ -51,23 +45,25 @@ Several Collector-Contrib extensions are included in the build:
51
45
-[headersetter][HEADERSETTEREXT]: Allows propagating headers through
52
46
a pipeline
53
47
-[pprof][PPROFEXT]: Allows use of Golang profiling tools.
48
+
-[fileexporter][FILEEXPORTER]: Writes telemetry data to files on disk.
49
+
-[otlpjsonfilereceiver][FILERECEIVER]: Reads telemetry data from JSON files.
50
+
51
+
Note that while previously this repository had its own local versions of a basic fileexporter and filereceiver derived from upstream, it is now recommended to use the upstream [fileexporter][FILEEXPORTER] and [otlpjsonfilereceiver][FILERECEIVER] instead.
54
52
55
53
From the core collector repository:
56
54
57
55
-[otelhttpexporter][UPSTREAMHTTPOTLP]: Useful for debugging, sends standard OTLP over HTTP
58
56
-[debugexporter][UPSTREAMDEBUG]: Useful for debugging, prints OTLP data to the console
0 commit comments