Skip to content

Commit

Permalink
chore: copied limits so that it gets available for limits ITs (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish authored and fbricon committed Jul 18, 2024
1 parent eba5ef4 commit a46bf55
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/main/resources/telemetry-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"*": {
"enabled": "all",
"refresh": "12h",
"includes": [
{
"name": "startup",
"dailyLimit": 1
},
{
"name": "*"
}
],
"excludes": [
{
"name": "shutdown",
"ratio": "1.0"
}
]
}
}

0 comments on commit a46bf55

Please sign in to comment.