Skip to content

Commit

Permalink
Update emission/storage/timeseries/builtin_timeseries.py
Browse files Browse the repository at this point in the history
Co-authored-by: K. Shankari <[email protected]>
  • Loading branch information
TeachMeTW and shankari authored Oct 12, 2024
1 parent 7fc3f81 commit e7e50da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emission/storage/timeseries/builtin_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, user_id):
"stats/server_api_time": self.timeseries_db,
"stats/server_api_error": self.timeseries_db,
"stats/pipeline_time": self.timeseries_db,
"stats/function_time": self.timeseries_db,
"stats/dashboard_time": self.timeseries_db,
"stats/pipeline_error": self.timeseries_db,
"stats/client_time": self.timeseries_db,
"stats/client_nav_event": self.timeseries_db,
Expand Down

0 comments on commit e7e50da

Please sign in to comment.