Skip to content

Commit

Permalink
Fix missing schema for overrides in exporter-otlp
Browse files Browse the repository at this point in the history
  • Loading branch information
attilakreiner committed Mar 15, 2024
1 parent 784fcc6 commit 33bb5cc
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,21 @@
"location":
{
"type": "string"
},
"overrides":
{
"type": "object",
"properties":
{
"metrics":
{
"type": "string"
},
"logs":
{
"type": "string"
}
}
}
},
"required":
Expand Down

0 comments on commit 33bb5cc

Please sign in to comment.