Closed
Bug 780681
Opened 13 years ago
Closed 13 years ago
Insert new graph server values into graphs.mozilla.org and graphs.allizom.org
Categories
(Data & BI Services Team :: DB: MySQL, task)
Data & BI Services Team
DB: MySQL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: mpressman)
References
Details
insert into tests values (NULL,"dromaeo_css_paint","Dromaeo (CSS) MozAfterPaint",1,1,12);
insert into tests values (NULL,"dromaeo_dom_paint","Dromaeo (DOM) MozAfterPaint",1,1,12);
insert into tests values (NULL,"tp5n_main_startup_fileio_paint","Tp5 No Network Row Major MozAfterPaint (Main Startup File IO Bytes)",1,1,NULL);
insert into tests values (NULL,"tp5n_main_startup_netio_paint","Tp5 No Network Row Major MozAfterPaint (Main Startup Network IO Bytes)",1,1,NULL);
insert into tests values (NULL,"tp5n_main_normal_fileio_paint","Tp5 No Network Row Major MozAfterPaint (Main Normal File IO Bytes)",1,1,NULL);
insert into tests values (NULL,"tp5n_main_normal_netio_paint","Tp5 No Network Row Major MozAfterPaint (Main Normal Network IO Bytes)",1,1,NULL);
insert into tests values (NULL,"tp5n_main_shutdown_fileio_paint","Tp5 No Network Row Major MozAfterPaint (Main Shutdown File IO Bytes)",1,1,NULL);
insert into tests values (NULL,"tp5n_main_shutdown_netio_paint","Tp5 No Network Row Major MozAfterPaint (Main Shutdown Network IO Bytes)",1,1,NULL);
insert into tests values (NULL,"tp5n_nonmain_startup_fileio_paint","Tp5 No Network Row Major MozAfterPaint (Non-Main Startup File IO Bytes)",1,1,NULL);
insert into tests values (NULL,"tp5n_nonmain_startup_netio_paint","Tp5 No Network Row Major MozAfterPaint (Non-Main Startup Network IO Bytes)",1,1,NULL);
insert into tests values (NULL,"tp5n_nonmain_normal_fileio_paint","Tp5 No Network Row Major MozAfterPaint (Non-Main Normal File IO Bytes)",1,1,NULL);
insert into tests values (NULL,"tp5n_nonmain_normal_netio_paint","Tp5 No Network Row Major MozAfterPaint (Non-Main Normal Network IO Bytes)",1,1,NULL);
insert into tests values (NULL,"tp5n_nonmain_shutdown_fileio_paint","Tp5 No Network Row Major MozAfterPaint (Non-Main Shutdown File IO Bytes)",1,1,NULL);
insert into tests values (NULL,"tp5n_nonmain_shutdown_netio_paint","Tp5 No Network Row Major MozAfterPaint (Non-Main Shutdown Network IO Bytes)",1,1,NULL);
insert into tests values (NULL,"tresize","TResize",1,1,NULL);
Assignee | ||
Updated•13 years ago
|
Assignee: server-ops-database → mpressman
Assignee | ||
Comment 1•13 years ago
|
||
the inserts have been added to prod and stage
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•13 years ago
|
||
Thanks for picking this up and resolving this bug so quickly. Very much appreciated!
Updated•10 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•