Migrate Endpoints '/get_counter' and '/increment_counter' #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migrate Endpoint '/get_counter'
'/get_counter' will become '/get_counter/', while '/increment_counter' will become '/increment_counter/'
Retrieves / increments the various stat counters (request/fail counts)
changed due date to August 16, 2024
assigned to @codey
added time estimate of 2h
Resolved as part of
feea67c370
'/get_counter' is now '/counters/get/', '/increment_counter' is '/counters/increment/', however '/counters/increment/' is not yet functional (separate issue will be opened) - it is not presently needed, as the counters are all updated internally. Will be required as AI endpoints are migrated, etc.