Tom Plant

Results 120 comments of Tom Plant

Tracked as open-telemetry/opentelemetry-cpp-contrib#332 upstream. In the meantime, I've built a [multi-platform image](https://github.com/pl4nty/containers/tree/main/otel-operator-autoinstrumentation-apache-httpd) (`ghcr.io/pl4nty/otel-operator-autoinstrumentation-apache-httpd`) and it's been stable for a few months with httpd and nginx

I've upgraded to v1.0.4 on my [ARM image](https://github.com/pl4nty/containers/tree/main/otel-operator-autoinstrumentation-apache-httpd), and `appdynamics_sdk_log4cxx.xml.template` was renamed to `opentelemetry_sdk_log4cxx.xml.template`. Some code changes will be needed

@iamasmith is your image public? I'd like to use it until this merges

thanks, I'd appreciate that. most of my nodes are arm64, but I have an amd64 node if needed

Wrapped responses are common, I'm surprised this hasn't been implemented (unless there's a workaround?). I'm using a public API so can't just change its responses: ```json { "success": true, "data":...

is this still in design? it'd be pretty useful for edge devices like NUCs

my current usecase isn't commercial, but the edge systems I've worked with usually have single-drive or mirrored-drive configurations. a few quick thoughts: * additional drives add procurement/sustainment costs and require...

Bump on this. [Office 365 endpoints](https://learn.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide) lists `*.teams.microsoft.com` as supported with ExpressRoute, but `devicemgmt-cdn.teams.microsoft.com` is not supported with ExpressRoute (since it's using Azure Front Door).

@sanderdewit the tenant restrictions API is still available, so I wrote a quick guide here: https://tplant.com.au/blog/tenant-restrictions-v2/part-1/. I'll post more details on the optional WDAC component soon

@vimrang TRv2 appears to have entered public preview, will the docs be available soon? That aka.ms link is shown in the UI, but it currently redirects to the internal docs...