Statsbeat no Application Insights
Em muitos casos, o Azure Monitor Application Insights coleta automaticamente dados sobre o uso do produto para a Microsoft por meio de um recurso chamado Statsbeat. Esses dados são armazenados em um armazenamento de dados da Microsoft e não afetam o volume e o custo de monitoramento dos clientes. O Statsbeat coleta métricas essenciais e não essenciais sobre:
- Azure Monitor OpenTelemetry Distro
- Autoinstrumentação (instrumentação automática)
- SDKs do Application Insights (API clássica)
Os três principais objetivos do Statsbeat são:
- Integridade e confiabilidade do serviço - Monitorando a conectividade com o ponto de extremidade de ingestão de uma perspetiva externa para garantir que o serviço esteja funcionando corretamente.
- Diagnósticos de suporte - Oferecendo informações de autoajuda e auxiliando o suporte ao cliente no diagnóstico e resolução de problemas.
- Melhoria do produto - Recolha de informações para a Microsoft otimizar o design do produto e melhorar a experiência geral do utilizador.
Nota
O Statsbeat não suporta o Azure Private Link.
Idiomas suportados
Statsbeat | .NET | Java | JavaScript | Node.js | Python |
---|---|---|---|---|---|
Statsbeat essencial | |||||
Rede | ❌ | ✅ | ❌ | ✅ | ✅ |
Anexar | ✔️* | ✅ | ❌ | ✅ | ✅ |
Funcionalidade | ❌ | ✅ | ❌ | ✅ | ✅ |
Statsbeat não essencial | |||||
Falha de E/S de disco | ❌ | ✅ | ❌ | ❌ | ❌ |
* Não suportado com API clássica ou autoinstrumentação (apenas OTel)
Regiões da UE apoiadas
O Statsbeat suporta recursos do EU Data Boundary for Application Insights nas seguintes regiões:
Nome geográfico | Nome da região |
---|---|
Europa | Europa do Norte |
Europa | Europa Ocidental |
França | França Central |
França | Sul de França |
Alemanha | Alemanha Centro-Oeste |
Noruega | Leste da Noruega |
Noruega | Oeste da Noruega |
Suécia | Suécia Central |
Suíça | Norte da Suíça |
Suíça | Oeste da Suíça |
Reino Unido | Reino Unido, Sul |
Reino Unido | Reino Unido, Oeste |
Statsbeat essencial
Rede Statsbeat
Nome da métrica | Unit | Dimensões suportadas |
---|---|---|
Contagem de sucesso de solicitações | Count | Resource Provider , Attach Type , Instrumentation Key , , Runtime Version , Language Operating System , Version , Endpoint ,Host |
Contagem de falhas de solicitações | Count | Resource Provider , Attach Type , , Instrumentation Key , Runtime Version , Language Operating System , Version , Endpoint Host ,Status Code |
Duração do Pedido | Count | Resource Provider , Attach Type , Instrumentation Key , , Runtime Version , Language Operating System , Version , Endpoint ,Host |
Contagem de Tentativas | Count | Resource Provider , Attach Type , , Instrumentation Key , Runtime Version , Language Operating System , Version , Endpoint Host ,Status Code |
Contagem de aceleradores | Count | Resource Provider , Attach Type , , Instrumentation Key , Runtime Version , Language Operating System , Version , Endpoint Host ,Status Code |
Contagem de exceções | Count | Resource Provider , Attach Type , , Instrumentation Key , Runtime Version , Language Operating System , Version , Endpoint Host ,Exception Type |
Nota
A 31 de março de 2025, o suporte da ingestão de chaves de instrumentação terminará. A ingestão de chaves de instrumentação continuará a funcionar, mas não forneceremos mais atualizações ou suporte para o recurso. Transição para cadeias de conexão para aproveitar os novos recursos.
Anexar Statsbeat
Nome da métrica | Unit | Dimensões suportadas |
---|---|---|
Ligar | Count | Resource Provider , Resource Provider Identifier , , Attach Type , Runtime Version Instrumentation Key , Operating System , Language ,Version |
Recurso Statsbeat
Nome da métrica | Unit | Dimensões suportadas |
---|---|---|
Caraterística | Count | Resource Provider , Attach Type , Instrumentation Key , , Runtime Version , Type Feature , Operating System , Language ,Version |
Statsbeat não essencial
Rastreie a falha de E/S de disco ao usar a persistência de disco para obter uma telemetria confiável.
Nome da métrica | Unit | Dimensões suportadas |
---|---|---|
Contagem de falhas de leitura | Count | Resource Provider , Attach Type , Instrumentation Key , Runtime Version , Operating System , Language , Version |
Contagem de falhas de gravação | Count | Resource Provider , Attach Type , Instrumentation Key , Runtime Version , Operating System , Language , Version |
Configuração da firewall
As métricas são enviadas para os seguintes locais, para os quais as conexões de saída devem ser abertas em firewalls:
Location | URL |
---|---|
Europa | westeurope-5.in.applicationinsights.azure.com |
Fora da Europa | westus-0.in.applicationinsights.azure.com |
Desativar Statsbeat
O Statsbeat está ativado por padrão. Ele pode ser desativado definindo a variável APPLICATIONINSIGHTS_STATSBEAT_DISABLED
de ambiente como true
.