We want to know what machine type are running the app (arm64|i386|x86_64|...).
We will add a 13 th custom dimension for that, it will contain that value:
>>> import platform >>> platform.machine() 'arm64'
- Is referenced in
We want to know what machine type are running the app (arm64|i386|x86_64|...).
We will add a 13 th custom dimension for that, it will contain that value:
>>> import platform >>> platform.machine() 'arm64'