Skip to content

Commit

Permalink
using configured scheme filter instead of default filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin Narang committed Aug 20, 2021
1 parent 005d928 commit b19703e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ petasos

!deploy/helm/petasos
deploy/helm/petasos/rendered.*

#ide
.idea

1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func petasos(arguments []string) int {
monitor.NewMetricsListener(metricsRegistry),
monitor.NewAccessorListener(e.AccessorFactory(), accessor.Update),
),
monitor.WithFilter(monitor.NewNormalizeFilter(e.DefaultScheme())),
)

if err != nil {
Expand Down

0 comments on commit b19703e

Please sign in to comment.