Skip to content

Commit

Permalink
feat: Add runtime metrics to AppSignals exporter config
Browse files Browse the repository at this point in the history
  • Loading branch information
adebayor123 committed Aug 16, 2024
1 parent dd1c1bf commit d9fe486
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,12 @@ metric_declarations:
metric_name_selectors:
- Latency
- Fault
- Error
- Error
- dimensions:
- [Environment, Service]
label_matchers:
- label_names:
- Telemetry.Source
regex: '^RuntimeMetrics$'
metric_name_selectors:
- '^(jvm|process).*$'
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,12 @@ metric_declarations:
metric_name_selectors:
- Latency
- Fault
- Error
- Error
- dimensions:
- [ Environment, Service ]
label_matchers:
- label_names:
- Telemetry.Source
regex: '^RuntimeMetrics$'
metric_name_selectors:
- '^(jvm|process).*$'
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,12 @@ metric_declarations:
metric_name_selectors:
- Latency
- Fault
- Error
- Error
- dimensions:
- [ Environment, Service ]
label_matchers:
- label_names:
- Telemetry.Source
regex: '^RuntimeMetrics$'
metric_name_selectors:
- '^(jvm|process).*$'

0 comments on commit d9fe486

Please sign in to comment.