This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Event Log Endpoint #1099
Labels
exp/expert
Having worked on the specific codebase is important
exploration
help wanted
Seeking public contribution on this issue
kind/wontfix
status/deferred
Conscious decision to pause or backlog
I would like to propose adding an event log endpoint.
Currently
go-ipfs
supports event logging at the endpoint:api/v0/log/tail
. Services likeipfs-metrics
make use of this to gather metrics about events occurring in the different systems of ipfs.https://ipfs.io/docs/api/#apiv0logtail
Ideally the event logs will be easy to add (as it is not imminently clear where they need to be placed in the code), in json format, and contain the following:
time
system
DHT
event
getClosestPeers
duration
requestId
jsipfs add
contain this IDsubsystem
What does everyone think?
The text was updated successfully, but these errors were encountered: