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

sqlserver: fix type overflow in perf counter query #5261

Merged
merged 1 commit into from
Jan 8, 2019

Commits on Jan 8, 2019

  1. sqlserver: fix type overflow in perf counter query

    - when using the money type,  large values can cause arithmetic overflow
      exceptions
    - use decimal(19,4) in favor of money
    - fixes '[inputs.sqlserver]: Error in plugin: mssql: Arithmetic overflow
      error converting expression to data type money.
    schwartzmx committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    80f1e75 View commit details
    Browse the repository at this point in the history