Commit Graph

15 Commits

Author SHA1 Message Date
Mateusz Urbanek e83049846d
Add riscv64 arch (#13458)
<!--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>
2025-07-25 08:23:47 +00:00
Guspan Tanadi 12d8ab1106
[docs] Fix links `syslist.go` (#12388)
#### Description
2025-02-14 15:50:35 +00:00
Paulo Janotti 88adaefe6c
Make @pjanotti owner of windows/amd64 (#10788)
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)
2024-08-01 14:54:08 -07:00
Alex Boten 534768cf7a
[chore] update arm workflow to run both macos and linux (#10616)
Also updated the platform support doc.

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-07-15 13:32:12 -07:00
Alex Boten 6fcebdbf64
[chore] use macos-14 for arm testing (#10540)
Similar to
https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/33921

---------

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-07-12 11:59:35 -07:00
Andrzej Stencel 29b9b5593d
[chore] change @astencel-sumo to @andrzej-stencel (#9990)
I have changed my GitHub username following
https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/changing-your-github-username.
2024-04-18 07:48:49 -07:00
Antoine Toulme 32fc811f66
Move arm64 to platform support tier 2 (#9910)
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
2024-04-09 12:34:23 -07:00
Pablo Baeyens cae7e2a2d3
[docs/platform-support.md] Add owners for linux/ppc64le (#9371)
**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>
2024-02-05 10:23:20 +01:00
Andrzej Stencel c4494885cc
docs: add @astencel-sumo as platform owner for `linux/386` (#9383)
Fixes
https://github.com/open-telemetry/opentelemetry-collector/issues/9351
2024-01-24 10:42:54 -08:00
Pablo Baeyens 7ade1016cf
[docs] Add owner for darwin/amd64 (#9350)
Adds owner for darwin/amd64 platform based on
https://github.com/open-telemetry/opentelemetry-collector/issues/8526#issuecomment-1905979165.

Fixes #9114

---------

Co-authored-by: Howard Cheung <yywsyywsyyws@gmail.com>
2024-01-23 08:13:50 -08:00
Pablo Baeyens 9d2e43d93a
[chore][platform-support.md] Add owner for windows/386 (#9113)
**Description:** Fixes #9112
2023-12-14 17:19:49 +01:00
Antoine Toulme daef971a0b
[chore] add @atoulme as owner for linux/arm64 (#9012)
**Description:**
Add @atoulme as owner for linux/arm64 platform.

**Link to tracking Issue:**
Fixes #9010
2023-11-29 10:21:17 +01:00
Pablo Baeyens c52cbdf642
[docs/platform-support] Add owners for linux/arm (#8635)
Fixes #8527
2023-10-11 10:20:30 -07:00
Sean Marciniak d3ae2ad5c4
Adding @MovieStoreGuy as owner for darwin arm64 releases (#8532)
**Description:** 

Adding myself to darwin arm64 platform.

**Link to tracking Issue:**

https://github.com/open-telemetry/opentelemetry-collector/issues/8531
2023-09-26 10:06:40 -07:00
Ruediger Schulze ec3570da42
Doc update to introduce Tiered Platform Support Model (#8224)
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>
2023-09-25 10:14:02 -07:00