Skip to content

Commit

Permalink
feat(metrics): remove app metrics filtering from metrics collector
Browse files Browse the repository at this point in the history
  • Loading branch information
aboguszewski-sumo committed Aug 25, 2023
1 parent 3bcbd6e commit 70327df
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,837 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ processors:
- IsMatch(name, "^(apiserver_request_duration_seconds|coredns_dns_request_duration_seconds|kubelet_runtime_operations_duration_seconds)$")
{{- end }}

{{ if .Values.sumologic.metrics.enableDefaultFilters -}}
{{ tpl (.Files.Get "conf/metrics/collector/otelcol/default-filters.yaml") . | indent 2 }}
{{ end -}}

receivers:
prometheus:
config:
Expand Down Expand Up @@ -220,8 +216,5 @@ service:
{{- end }}
- filter/drop_unnecessary_metrics
- transform/drop_unnecessary_attributes
{{- if .Values.sumologic.metrics.enableDefaultFilters }}
- filter/app_metrics
{{- end }}
receivers: [prometheus]

Loading

0 comments on commit 70327df

Please sign in to comment.