Skip to content

Commit

Permalink
Fix typos in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmarechal committed Jun 28, 2024
1 parent 01e0758 commit e28d865
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,18 @@ general:

# Collectors configuration
collectors:
# Collecting heald of Dynatrace entities with type 'service'
# Collecting health of Dynatrace entities with type 'service'
service:
enabled: true
# Service's type whitelist. Empty or undefined to allow all types of service
# service_type:
# - "DATABASE_SERVICE"

# Collecting heald of Dynatrace entities with type 'application'
# Collecting health of Dynatrace entities with type 'application'
application:
enabled: true

# Collecting heald of Dynatrace entities with type 'host'
# Collecting health of Dynatrace entities with type 'host'
host:
enabled: true

Expand All @@ -109,7 +109,7 @@ collectors:
from: now-6h
# Metrics regex whitelist. Empty or undefined to allow all metrics.
# Warning: enabling all (or at least a lot of) metrics might slow the exporter down to several seconds, or even minutes.
# Be careful to timeouts.
# Be careful to timeouts on Prometheus side.
whitelist:
- builtin:apps.+
# - builtin:tech.+
Expand Down
8 changes: 4 additions & 4 deletions dynatrace_exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ general:

# Collectors configuration
collectors:
# Collecting heald of Dynatrace entities with type 'service'
# Collecting health of Dynatrace entities with type 'service'
service:
enabled: true
# Service's type whitelist. Empty or undefined to allow all types of service
# service_type:
# - "DATABASE_SERVICE"

# Collecting heald of Dynatrace entities with type 'application'
# Collecting health of Dynatrace entities with type 'application'
application:
enabled: true

# Collecting heald of Dynatrace entities with type 'host'
# Collecting health of Dynatrace entities with type 'host'
host:
enabled: true

Expand All @@ -45,7 +45,7 @@ collectors:
from: now-6h
# Metrics regex whitelist. Empty or undefined to allow all metrics.
# Warning: enabling all (or at least a lot of) metrics might slow the exporter down to several seconds, or even minutes.
# Be careful to timeouts.
# Be careful to timeouts on Prometheus side.
whitelist:
- builtin:apps.+
# - builtin:tech.+
Expand Down

0 comments on commit e28d865

Please sign in to comment.