Fabian Wallwitz

Results 286 comments of Fabian Wallwitz

Its a rabbit whole. I guess i have got over the initial issue by pinning versions in requirements.in like below.... ``` azure-monitor-opentelemetry==1.6.7 opentelemetry-instrumentation==0.53b0 opentelemetry-instrumentation-asgi==0.53b0 opentelemetry-instrumentation-httpx==0.53b0 opentelemetry-instrumentation-aiohttp-client==0.53b0 opentelemetry-instrumentation-openai ``` ... but...

Solved (added it even as even env var for the container in the bicep Next rabbit :rabbit: :sob: ``` 2025-04-13T10:06:29.37506 Connecting to the container 'main'... 2025-04-13T10:06:29.48061 Successfully Connected to container:...

It would consider potential solutions, such as: * Defining custom spans or events in OpenTelemetry to represent significant moments in system performance traces. * Integrating the Perfetto trace output into...

>That being said, I think some of the data exposed in there might be interesting the selectively capture as OTel signals, but a more >promising API for that is [ProfilingManager](https://opentelemetry.io/blog/2024/profiling/)....

>ProfilingManager. It only works wth Android 15 because only that OS version has all the hooks to get the data in a performant >way at runtime. ATrace and the rest...

To build trust in this, you shall request to be added to krew plugin repo and go though their security chercks.

I understand but i think it will not increase trust with this warning not solved by an approval which is the idea behind it afaik.

any news here? https://github.com/Azure/azure-dev/issues/1765 https://github.com/Azure/azure-dev/pull/3955

It still resets for ACA. Bicep is missing the Definition to install , and verify DNS Name and certificate properly

AZURE_USE_AUTHENTICATION="true" AZURE_ENABLE_GLOBAL_DOCUMENT_ACCESS="true" AZURE_ENABLE_UNAUTHENTICATED_ACCESS="false" AZURE_ENFORCE_ACCESS_CONTROL="true" /auth_setup -> "enableUnauthenticatedAccess":false, "useLogin":true, "requireAccessControl":true export const requireLogin = requireAccessControl && !enableUnauthenticatedAccess; const disableRequiredAccessControl = requireLogin && !loggedIn; const sendQuestionDisabled = disabled || !question.trim() || requireLogin;...