Record metrics #17
No reviewers
Labels
No labels
consider soon
documentation
good first issue
hacktoberfest
help wanted
priority: blocker
priority: high
priority: low
priority: medium
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/herald.go#17
Loading…
Reference in a new issue
No description provided.
Delete branch "jeffreypicard/8/add-prometheus-metrics"
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?
There are a couple metrics that try to mirror the ones from python,
many of the python ones don't apply, and vice-versa.
closes #8
👍
@ -173,8 +170,14 @@ func RoundUpReleaseTime(q *elastic.BoolQuery, rq *pb.RangeField, name string) *e
// 8) return streams referenced by repost and all channel referenced in extra_txos
does calling Search really start a new session? seems like that should go somewhere else
@ -173,8 +170,14 @@ func RoundUpReleaseTime(q *elastic.BoolQuery, rq *pb.RangeField, name string) *e
// 8) return streams referenced by repost and all channel referenced in extra_txos
Perhaps this is a misnomer, I wanted to replicate this metric https://github.com/lbryio/lbry-sdk/blob/master/lbry/wallet/server/session.py#L140 I figured that since each search is a grpc call that it would constitute a client "session" connected to the hub.