Skip to content

Promitor Scraper Agent has encountered an unexpected error. #2138

Answered by tomkerkhove
nikitakogan1 asked this question in Q&A
Discussion options

You must be logged in to vote

This is typically related to the configuration not being valid and is being tracked to improve.

I think the problem is your indention:

metrics:
- name: azure_virtual_network_ddos_attack
description: "Indication whether or not there is a DDOS attack on the Azure Virtual Network"
resourceType: VirtualNetwork
azureMetricConfiguration:
  metricName: IfUnderDDoSAttack
  aggregation:
    type: Maximum
  resources: # Optional, required when no resource discovery is configured
  - virtualNetworkName: vnet-name

Instead, it should be something like this:

metrics:
- name: azure_virtual_network_ddos_attack
  description: "Indication whether or not there is a DDOS attack on the Azure Virtual Network"…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by tomkerkhove
Comment options

You must be logged in to vote
3 replies
@tomkerkhove
Comment options

@nikitakogan1
Comment options

@tomkerkhove
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants