Skip to content

Commit bd3157d

Browse files
authored
Change chart variable (Windows.plugin) (netdata#21412)
1 parent b921c2e commit bd3157d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/collectors/windows.plugin/perflib-mssql.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ void do_mssql_errors(PERF_DATA_BLOCK *pDataBlock, struct mssql_instance *mi, int
348348
}
349349

350350
rrddim_set_by_pointer(
351-
mi->st_sql_errors, mi->rd_sql_errors, (collected_number)mi->MSSQLAccessMethodPageSplits.current.Data);
351+
mi->st_sql_errors, mi->rd_sql_errors, (collected_number)mi->MSSQLSQLErrorsTotal.current.Data);
352352
rrdset_done(mi->st_sql_errors);
353353
}
354354
}

0 commit comments

Comments
 (0)