1d620bf286
* [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. |
||
---|---|---|
.. | ||
batchperresourceattr | ||
batchpersignal | ||
experimentalmetricmetadata | ||
ottl | ||
resourcetotelemetry | ||
stanza | ||
translator | ||
winperfcounters | ||
README.md |
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.