OpenTelemetry Bot d680729c09 [chore] Prepare release 0.90.0 (#29543) há 1 ano atrás
..
batchperresourceattr 40b485f08a Update core for v0.90.0 release (#29539) há 1 ano atrás
batchpersignal 40b485f08a Update core for v0.90.0 release (#29539) há 1 ano atrás
experimentalmetricmetadata 40b485f08a Update core for v0.90.0 release (#29539) há 1 ano atrás
golden d680729c09 [chore] Prepare release 0.90.0 (#29543) há 1 ano atrás
ottl d680729c09 [chore] Prepare release 0.90.0 (#29543) há 1 ano atrás
pdatatest d680729c09 [chore] Prepare release 0.90.0 (#29543) há 1 ano atrás
pdatautil 40b485f08a Update core for v0.90.0 release (#29539) há 1 ano atrás
resourcetotelemetry d680729c09 [chore] Prepare release 0.90.0 (#29543) há 1 ano atrás
stanza d680729c09 [chore] Prepare release 0.90.0 (#29543) há 1 ano atrás
translator d680729c09 [chore] Prepare release 0.90.0 (#29543) há 1 ano atrás
winperfcounters 22d86de838 [chore] dependabot updates Wed Nov 8 16:58:54 UTC 2023 (#29028) há 1 ano atrás
README.md c1de5aef0b [pkg] Add README documenting the purpose of the folder (#12650) há 2 anos atrás

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.