Skip to content

Commit

Permalink
fix(datadog) default value for metrics specified twice (#8315)
Browse files Browse the repository at this point in the history
  • Loading branch information
bungle authored and kikito committed Feb 24, 2022
1 parent 9e990da commit 734de31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kong/plugins/datadog/schema.lua
Expand Up @@ -72,7 +72,6 @@ return {
{ protocols = typedefs.protocols },
{ config = {
type = "record",
default = { metrics = DEFAULT_METRICS },
fields = {
{ host = typedefs.host({ default = "localhost" }), },
{ port = typedefs.port({ default = 8125 }), },
Expand Down

0 comments on commit 734de31

Please sign in to comment.