opentelemetry-collector-con.../pkg
Daniel Jaglowski 1d620bf286
[pkg/stanza] Allow 'parse_to' fields to accept 'attributes' and 'resource' (#14089)
* [pkg/stanza] Allow 'parse_to' fields to accept 'attributes' and 'resource'

This change enables parsers to parse directly to 'attributes' or 'resource'.
In order to allow alternate validation behavior while unmarshaling, a new
RootableField struct was introduced, which wraps the Field struct.
2022-09-27 10:58:05 -04:00
..
batchperresourceattr Bump to lastest core, fix deprecated API calls (#14466) 2022-09-23 14:51:27 -07:00
batchpersignal Bump to lastest core, fix deprecated API calls (#14466) 2022-09-23 14:51:27 -07:00
experimentalmetricmetadata [chore] make gofmt with go1.19 (#13131) 2022-08-09 12:37:30 -07:00
ottl [chore] Consistent copyright first line (#14461) 2022-09-25 13:16:51 -07:00
resourcetotelemetry [chore] dependabot updates Mon Sep 26 19:14:29 UTC 2022 (#14513) 2022-09-26 13:31:32 -07:00
stanza [pkg/stanza] Allow 'parse_to' fields to accept 'attributes' and 'resource' (#14089) 2022-09-27 10:58:05 -04:00
translator [chore] dependabot updates Mon Sep 26 19:14:29 UTC 2022 (#14513) 2022-09-26 13:31:32 -07:00
winperfcounters [chore] make gofmt with go1.19 (#13131) 2022-08-09 12:37:30 -07:00
README.md [pkg] Add README documenting the purpose of the folder (#12650) 2022-07-25 08:18:01 -07:00

README.md

pkg folder

The Go modules in this folder can help in building new components (receivers, processors, exporters, extensions...) and are meant for external consumption. Carefully review the public API to ensure that we only expose what is deemed necessary, so that we can easily change the code without affecting external users.

Breaking changes can happen on any module on this folder under the opentelemetry-collector contribution guidelines.

If you are introducing a new module that will only be used by components in the opentelemetry-collector-contrib repository, consider placing it on the internal folder instead. This will reduce our public API footprint and maintenance burden.