Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failure to collect mysql stats with innodb disabled #566

Closed
nambrosch opened this issue Jul 4, 2013 · 0 comments
Closed

failure to collect mysql stats with innodb disabled #566

nambrosch opened this issue Jul 4, 2013 · 0 comments
Assignees

Comments

@nambrosch
Copy link
Contributor

when disabling the innodb engine (mysql 5.1 in this instance) at least three metrics stop functioning. let me know if you need to know which metrics. here is the error from collector.log:

2013-07-04 15:38:14,854 | ERROR | dd.collector | checks.mysql(__init__.py:454) | Check 'mysql' instance #0 failed Traceback (most recent call last): File "/usr/share/datadog/agent/checks/__init__.py", line 445, in run self.check(instance) File "/usr/share/datadog/agent/checks.d/mysql.py", line 58, in check self._collect_metrics(greater_502, db, tags, options) File "/usr/share/datadog/agent/checks.d/mysql.py", line 267, in _collect_metrics innodb_buffer_pool_pages_total = innodb_buffer_pool_pages_total * page_size; TypeError: unsupported operand type(s) for *: 'NoneType' and 'NoneType'

@ghost ghost assigned LotharSee Jul 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants