performance - Collecting the Azure Diagnosis Log Remotely without the support of Storage Account -


i have use case need diagnostics , performance data of azure web-role monitored remotely done without storage account.

azure remote data monitoring

adding stuart's answer: diagnostic monitor set collect counters, logs, , diagnostics locally , aggregate them well-known azure storage tables, requires storage account. if wrote background process periodically poll local counters, push them instances pretty anywhere want: sql azure, sql server (on premise), web service, email, etc. however, stuart says, feels reinventing wheel.

the diagnostic monitor aggregates counters across of instances, letting aggregate counter values across of web roles, instance, or letting drill down on specific instance easily.

not sure why you'd want avoid storage account diagnostics. @ $0.15/gb, it's going have low cost overhead, if you're storing diagnostic data. plus, 3rd party monitoring tools (such azurewatch) need pull counters storage account.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -