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

Remove the incoming_connection_timestamp metric #965

Merged
merged 2 commits into from
Apr 20, 2022

Conversation

mcamou
Copy link
Contributor

@mcamou mcamou commented Apr 20, 2022

No description provided.

@mcamou mcamou marked this pull request as ready for review April 20, 2022 10:12
net/metrics.go Outdated
@@ -22,7 +23,9 @@ func (h incomingConnectionsStatsHandler) HandleRPC(ctx context.Context, rpcStats
}

func (h incomingConnectionsStatsHandler) TagConn(ctx context.Context, tagInfo *stats.ConnTagInfo) context.Context {
metrics.IncomingConnectionTimestamp.WithLabelValues(tagInfo.RemoteAddr.String()).SetToCurrentTime()
remoteAddr := tagInfo.RemoteAddr.String()
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the heads-up. Anyway, I've removed the whole thing. We'll just track outgoing connections.

@mcamou mcamou changed the title Remove port from incoming_connection_timestamp metric remote_host dimension Remove the incoming_connection_timestamp metric Apr 20, 2022
@willscott willscott merged commit a91d722 into master Apr 20, 2022
@willscott willscott deleted the fix-incoming-connections-metric branch April 20, 2022 10:37
@mcamou mcamou added the monitoring Area: Monitoring label Apr 20, 2022
@mcamou mcamou added this to the Ceremony dashboard milestone Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
monitoring Area: Monitoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants