Skip to content

Commit

Permalink
Set collection interval to 5 min
Browse files Browse the repository at this point in the history
  • Loading branch information
azhou-datadog committed Jan 10, 2025
1 parent 581ed03 commit 49a02cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mysql/datadog_checks/mysql/index_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ def include_index_metrics(self) -> bool:
return is_affirmative(self._config.options.get('index_metrics', True))
@property
def collection_interval(self) -> int:
# TODO ALLEN: change this to 300
return 60
return 300

@property
def queries(self):
Expand Down

0 comments on commit 49a02cd

Please sign in to comment.