grafana / pyroscope

Continuous Profiling Platform. Debug performance issues down to a single line of code
https://grafana.com/oss/pyroscope/
GNU Affero General Public License v3.0
9.71k stars 581 forks source link

[DOC] Document supported hardware architectures #2086

Open zamazan4ik opened 1 year ago

zamazan4ik commented 1 year ago

Hi!

Could you please put the information about supported architectures to the documentation please? E.e. about supported architectures for different operating systems, some specific requirements to the supported instructions, if you have any (e.g. maybe AVX is required - I do not know). This kind of information is important for the end-users.

Thanks in advance!

cyriltovena commented 1 year ago

For posterity, we support for the database: ARCH => amd64, arm64 OS => linux, darwin and windows (the latest is not tested)

For the language instrumentation depends on the SDK but for GO it should support anything go support.

We have 32bit arm built but they have issues we could fix in the future. see https://github.com/grafana/pyroscope/issues/2094