Replies: 2 comments 2 replies
-
|
We don't have a plan to persist the data. But if you need to persist it, maybe you can request the management api and save it locally. curl -H 'Authorization: Bearer <MANAGEMENT_KEY>' http://localhost:8317/v0/management/usageVisit here to get all the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I get that. I'm asking if you are open to a PR that would add that capability? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Do you have any thoughts or preferences around an option to persist the usage metrics across restarts?
I have the server set to auto update daily, which means I lose the statistics.
I'm willing to write the PR (would probably just persist the data as JSON).
Beta Was this translation helpful? Give feedback.
All reactions