Goals for observability The goal is to have good overall system observability. Otherwise the developers(Service Providers) and devops will be left in the dark in production. What does high cardinality means in short High cardinality means high dimensionality. High dimensionality means in simple terms this: You have correlated log records with many parameters none of… Continue reading Observability and high cardinality
Tag: Azure
A script to export sql azure databases.
My context for the script in this case. A bug from the client is reported. A bug that does not cause exception at the back-end nor at the front-end – The font-end simply stops. It does not even freeze. So you do not have any log for this case. Now you are in check (… Continue reading A script to export sql azure databases.
Operation could destabilize the runtime + VerificationException comming from Azure Web Role + Intelli Trace + Castle Windsor (or Something Yours)
“Operation could destabilize the runtime”. Have you got this error after publishing your working-and-tested-in-cloud-emulator-web-app to Azure web role? Me too.