Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor metrics #2611

Merged
merged 1 commit into from
Jun 20, 2023
Merged

refactor metrics #2611

merged 1 commit into from
Jun 20, 2023

Conversation

dessaya
Copy link
Collaborator

@dessaya dessaya commented Jun 16, 2023

No description provided.

@dessaya dessaya force-pushed the refactor-metrics branch 3 times, most recently from 2daadb4 to 3342cf7 Compare June 16, 2023 16:45
Comment on lines +23 to +39
messagesL1 *prometheus.CounterVec // TODO: Outdated and should be removed?
lastL1MessageTime *prometheus.GaugeVec // TODO: Outdated and should be removed?
messagesL1Chain *prometheus.CounterVec // TODO: Outdated and should be removed?
lastL1MessageTimeChain *prometheus.GaugeVec // TODO: Outdated and should be removed?

inMilestone *MessageMetric[*nodeclient.MilestoneInfo] // TODO: Outdated and should be removed?
inStateOutput *MessageMetric[*InStateOutput] // TODO: Outdated and should be removed?
inAliasOutput *MessageMetric[*iotago.AliasOutput] // TODO: Outdated and should be removed?
inOutput *MessageMetric[*InOutput] // TODO: Outdated and should be removed?
inOnLedgerRequest *MessageMetric[isc.OnLedgerRequest] // TODO: Outdated and should be removed?
inTxInclusionState *MessageMetric[*TxInclusionStateMsg] // TODO: Outdated and should be removed?
outPublishStateTransaction *MessageMetric[*StateTransaction] // TODO: Outdated and should be removed?
outPublishGovernanceTransaction *MessageMetric[*iotago.Transaction] // TODO: Outdated and should be removed?
outPullLatestOutput *MessageMetric[interface{}] // TODO: Outdated and should be removed?
outPullTxInclusionState *MessageMetric[iotago.TransactionID] // TODO: Outdated and should be removed?
outPullOutputByID *MessageMetric[iotago.OutputID] // TODO: Outdated and should be removed?
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably create an issue for this

@dessaya dessaya merged commit c5c8144 into iotaledger:develop Jun 20, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants