<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
New Tier 3 platform: `riscv64` architecture is now included, allowing
the collector to be built and distributed for this platform.
<!-- Issue number if applicable -->
#### Link to tracking issue
Fixes#13462
X-Ref:
https://github.com/open-telemetry/opentelemetry-collector-releases/pull/969
<!--Describe what testing was performed and which tests were added.-->
#### Testing
I’ve performed basic compilation as well as starting collector inside a
linux/riscv64 container (`docker.io/riscv64/debian`).
<!--Describe the documentation added.-->
#### Documentation
Added myself as a contact point to `platform-support.md` document.
---------
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
Co-authored-by: Pablo Baeyens <pablo.baeyens@datadoghq.com>
I'm volunteering myself to own the tier 2 support for windows/amd64.
This will put the windows/amd64 on par with the other tier 2 platforms
by having a specific person owning it.
Some of Windows related things that I contribute(d):
* Codeowner of various Windows related components in contrib
(pkg/winperfcounters, activedirectorydsreceiver, iisreceiver,
windowseventlogreceiver, and windowsperfcountersreceiver)
* Fixing Windows related issues (e.g.: #9042, #9689, #9726,
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/30743)
* MSI on the collector releases repo
(https://github.com/open-telemetry/opentelemetry-collector-releases/pull/560)
This is a documentation change reflecting the progress we have made in
supporting Linux ARM64 type machines.
We now run both core and contrib builds on Ampere machines, supported by
the CNCF, through Actuated github action runners.
This PR fixes#9731
**Description:** Add @IBM-Currency-Helper, @adilhusain-s and @seth-priya
as owners for the `linux/ppc64le` platform.
**Link to tracking Issue:** Fixes#8528
Co-authored-by: Alex Boten <aboten@lightstep.com>
This PR adds documentation to introduce a tiered
platform support model for the OpenTelemetry Collector. The tiered
platform support model provides clarity to the project and its users
about how existing platforms are supported today and how requests for
new platforms can be supported in future, while balancing between the
aim to support as many platforms as possible and to guarantee stability
for the most important platforms.
**Link to tracking Issue:** #8209
---------
Co-authored-by: Aunsh Chaudhari <aunsh04@yahoo.in>
Co-authored-by: Pablo Baeyens <pbaeyens31+github@gmail.com>
Co-authored-by: Alex Boten <aboten@lightstep.com>