Questions tagged [azure-diagnostics]

Allows to collect various diagnostics data (performance counters, logs, crash dumps, ...) from Azure roles to Azure Storage.

Windows Azure Diagnostics allows to collect on Azure Storage various diagnostics data on Azure Roles (such as performance counters, IIS logs, event logs and custom logs).

Windows Azure Diagnostics has a fine grained configuration:

  • each role can be configured differently;
  • data can be transferred from roles to Azure Storage periodically or on demand;
  • configuration can be changed from outside Azure, without requiring reboots or redeployments;
  • Diagnostics can collect additional and/or custom data (for example, Windows Azure Caching diagnostics info).
356 questions
0
votes
2 answers

How to customize Azure DiagnosticTraceMonitor output

I'm setting up logging for Azure service. Currently, messages I get in wadlogstable look like this: 635193311660155844 deployment21(67) …
ptkvsk
  • 1,864
  • 1
  • 18
  • 37
0
votes
2 answers

Azure Diagnostics wrt Custom Logs and honoring scheduledTransferPeriod

I have implemented my own TraceListener similar to http://blogs.technet.com/b/meamcs/archive/2013/05/23/diagnostics-of-cloud-services-custom-trace-listener.aspx . One thing I noticed is that that logs show up immediately in My Azure Table Storage. …
kjsteuer
  • 607
  • 1
  • 6
  • 13
0
votes
1 answer

Azure Diagnostics- is there a way to override default storage

We have a need to store diagnostics data in more than one place, and I'm wondering- is it possible to hook into diagnostics module to have additional actions performed while data being saved? What I want to achieve is to have diagnostics data in…
Michael Baranov
  • 730
  • 1
  • 7
  • 16
0
votes
1 answer

Remoting to azure webrole

I am trying to remote to my Azure webrole and I am getting a message saying .I was able to remote into this webrole while I was in office network.But when I am at home its giving me this error message .It looks like ,the remote computer is not…
Millar
  • 1,075
  • 5
  • 16
  • 34
0
votes
2 answers

Azure Cloud Deployment - Log Monitoring

I have deployed my azure cloud service, but some of my instances stays unhealthy and keep recycling. I see 'Recycling (Role has encountered an error and has stopped. Sites were deployed.' in status column for unhealthy instances. I enabled…
anilca
  • 2,452
  • 8
  • 51
  • 85
0
votes
3 answers

Can't show Debug output on Visual Studio 2012

I tried to configure the storage for my debugging data in Azure Storage by following the instructions in this page (source). After doing this the outputs from Diagnostics like Debug.WriteLine stopped appearing on the Debug output of Visual Studio…
0
votes
1 answer

Azure when does wad-control-container gets populated

I uploaded the azure web application with custom dianostics.wadcfg and also included the onstart() function to transfer logs to azure storage on schedule basis. However, the wad-control-container is always empty. I would have thought that this…
Nil Pun
  • 16,019
  • 34
  • 150
  • 277
0
votes
2 answers

WADPerformanceCountersTable is not created

I am trying to collect some performance counters from a worker role and WADPerformanceCountersTable is never created. public override bool OnStart() { // Set the maximum number of concurrent connections …
Tonatio
  • 2,768
  • 25
  • 20
0
votes
1 answer

Why aren't my IIS Logs being copied for my Azure web role?

This is a follow up on this question. I used Cerebrata Diagnostics Manager Remote Diagnostics to try to turn on IIS logs. I hadn't deployed with it on. It seemed to work and a few files were copied. Then it never seemed to work again. I tweaked…
Bryan
  • 837
  • 9
  • 23
0
votes
1 answer

Do I have to redeploy an Azure Web Role to turn on IIS Logging?

I have an Azure web role running an MVC Web API site. I'm using the diagnostics.wadcfg file to configure logging. So far I've just be using tracing and I view it with the Azure Diagnostics Monitor 2 from Cerebrata/Redgate. All is well. I wanted…
Bryan
  • 837
  • 9
  • 23
0
votes
2 answers

Azure diagnostics - is a custom performance counter necessary to get requests counters by url?

I am aware that Requests\Sec, Requests Total etc. counters are available for free (they just need to be set up to be collected and transferred). Is anyone aware of any counters that are available which give some data based split by the http request…
Skill M2
  • 1,154
  • 1
  • 12
  • 17
0
votes
1 answer

Activation error occured while trying to get instance of type Autoscaler, key ""

Exception: Activation error occured while trying to get instance of type Autoscaler, key "" Stack Trace: at IUSCRM.WebRole.OnStart() in D:\Windows Azure Cloud\Samples\Windows Azure HelloWorld Sample\C#\HelloWorld_WebRole\WebRole.cs:line 43 at…
Ilayapsv
  • 41
  • 4
0
votes
1 answer

How to login on azure virtual machine using domain Admin credentials, In domain added machine

I have created two virtual machine on azure. in one machine I have configured Active Directory/Domain Controller and added other machine in configured domain. The question is how to login on second machine using Domain Administrator…
ravikant
  • 1
  • 1
  • 4
0
votes
1 answer

WADPerformanceCounters, HR and HRI Tables

I'm using Azure and I'm using performance counters. I have seen that performance counters are stored in WADPerformanceCountersTable. I have seen too that some kind of tables related with performance counters are created. The names are WADPTMRTable…
SYL SYL
  • 3
  • 3
0
votes
1 answer

Azure OnDemand transfer doesn't transfer Local Storage Directories?

I've configured Azure Diagnostics to transfer Local Storage (10MB, my custom log and dump data files). My periodic transfer of directory -> blob work just fine. It's the on-demand ones that don't seem to work. I manually created the blob as well as…
DeepSpace101
  • 11,760
  • 8
  • 70
  • 118
1 2 3
23
24