Tom Plant

Results 120 comments of Tom Plant

Azure/Oracle IaC is solid, Grafana can go as only using builtin dashboards now

https://immich.app/

Photoprism

https://fileflows.com/docs

there are `x64` references in `otel-webserver-module/src/nginx/script.sh` and `Makefile` that caused an `undefined symbol: matchIgnorePathRegex` fatal error with [my similar patchset](https://github.com/pl4nty/containers/tree/main/otel-operator-autoinstrumentation-apache-httpd), and might need to be addressed here

yeah I've been running httpd too, only tested nginx yesterday. not sure if there's a way to do this with variables ```diff --- a/instrumentation/otel-webserver-module/src/nginx/Makefile +++ a/instrumentation/otel-webserver-module/src/nginx/Makefile @@ -350,6 +350,7 @@...

ARM runners are now freely available, but the lowest version is `ubuntu-22.04-arm` not 20.04. You'll also need #512 to fix the build

I have this working with v0.113 by setting `CORECLR_PROFILER_PATH` manually, and bumping the version to 1.9.0 https://github.com/open-telemetry/opentelemetry-operator/blob/99b6c6fc4c472fd6b54080f9e2737fdf38573ae9/versions.txt#L30

+1. looks like `mcr.microsoft.com/azure-functions/powershell:4-powershell7.4-core-tools` is broken from this, because it's based on `mcr.microsoft.com/dotnet/sdk:8.0` which only has bookworm images

It uses the `DeviceManagementConfiguration.ReadWrite.All` delegated scope, but the app scope isn't supported (yet?). Docs were added then later removed, so the interface might not be stable yet