-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Hello, love this project and updated to V3 only yesterday and have been implementing the changes I had in V2.
I have two graphs, a Users graph and a Response Time graph. I made the users graph first and use a PHP script to send data via the API to populate the points in the graph. This was working fine as of yesterday.
The response time graph I added today, again using a separate graph that tracks in milliseconds how long the response time is for my API service. After running this and checking the page both graphs now show data from the Response Time data, rather than the Users showing the number of active people using the service, it shows the Response Time too.
I have already tried reinstalling Cachet Core.
Checking the database there does not seem to be any issue to have caused this, and there are no errors that seem to have been caught by the log files, or on my server logs.
Hopefully this information helps, please let me know if you need more.