Skip to content

Commit

Permalink
Blacklist metrics by default (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikostoulas authored Feb 9, 2021
1 parent 3cd9739 commit 9f6baa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initializers/diamorphosis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default (config, orkaOptions: Partial<OrkaOptions>) => {
...config.newRelic
};
config.datadog = {
blacklistedPaths: ['/health'],
blacklistedPaths: ['/health', '/metrics'],
...config.datadog
};
config.prometheus = {
Expand Down

0 comments on commit 9f6baa0

Please sign in to comment.