How should I handle configuration and secrets in OpenTelemetry?
Configuration must be available to the application without exposing credentials in source control, logs or browser code. What belongs in the runtime and which access controls matter?
ReadMeFeed / Community knowledge
Real questions. Useful conversations. Find the people who know your stack.
Configuration must be available to the application without exposing credentials in source control, logs or browser code. What belongs in the runtime and which access controls matter?
I am using Windows 11 and my laptop has a physical Copilot button. How do I disable it? It's right next to my left-arrow button. When gaming, in high-intensity critical moments, I sometimes accidentally press the copilot button instead of left-arrow, and the Copilot app shows up, disrupting my game, causing me to lose the game. Things I've tried: Looking thr
I am totally new to AWS but I've been running my dockerized application locally for months now with no issues. Now that I am trying to deploy this app via AWS ECS/Fargate, my containers are stopped repeatedly with this linux error: standard_init_linux.go:219: exec user process caused: exec format error . This error seems to suggest that the architecture in F
An upgrade needs a compatibility check, a tested release and a recovery path. Which changes deserve particular attention before the new version reaches production?
A failure needs to be narrowed down before settings are changed or operations retried. Which evidence best separates application errors from environment and dependency problems?
I use an example from here in order to retreive a secret from AWS SecretsManager in C# code. I have set credentials locally via AWS CLI, and I am able to retreive secret list using AWS CLI command aws secretsmanager list-secrets . But C# console app fails with an error: > Unhandled exception. System.AggregateException: One or more errors occurred. (Unable
I want to page through a large dataset stored in an IndexedDB object store in Firefox, returning a fixed number of records per view. The dataset may be modified while the user navigates, so each page should reflect a consistent snapshot without rescanning the whole store for every request. I plan to create an IDBKeyRange that defines the lower and upper boun
A performance change should improve the measured workload without sacrificing correctness or wasting capacity. Which measurements and bottlenecks should be considered first?
When I use to run either command: gcloud auth application-default login OR for a specific docker container docker exec -it 822c4c491383 /home/astro/google-cloud-sdk/bin/gcloud auth application-default login . My command line would give me a link to a google response page where I'd copy the code they gave me and write it in the command line. For some reason n
answered · 17 Nov 2022, 05:22 UTC