Skip to content

Commit

Permalink
Fix identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Clasmeier committed Apr 19, 2024
1 parent 510d93a commit c977caf
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ spec:

metricRelabelings:
- action: replace
source_labels: [__name__]
sourceLabels: [__name__]
regex: 'aws_(.*)_selinux_denials_sample_count'
target_label: __name__
targetLabel: __name__
replacement: selinux_denials_sample_count
- action: replace
source_labels: [__name__]
sourceLabels: [__name__]
regex: 'aws_(.*)_network_policy_denials_sample_count'
target_label: __name__
targetLabel: __name__
replacement: network_policy_denials_sample_count

0 comments on commit c977caf

Please sign in to comment.