Skip to content

Commit

Permalink
Move session metrics to remotedialer
Browse files Browse the repository at this point in the history
  • Loading branch information
dramich authored and Denise committed Jan 29, 2020
1 parent 8d88f16 commit acbc111
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 216 deletions.
12 changes: 0 additions & 12 deletions metrics/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,5 @@ func init() {
// Generic controller metrics
prometheus.MustRegister(TotalHandlerExecution)
prometheus.MustRegister(TotalHandlerFailure)

// Session metrics
prometheus.MustRegister(TotalAddWS)
prometheus.MustRegister(TotalRemoveWS)
prometheus.MustRegister(TotalAddConnectionsForWS)
prometheus.MustRegister(TotalRemoveConnectionsForWS)
prometheus.MustRegister(TotalTransmitBytesOnWS)
prometheus.MustRegister(TotalTransmitErrorBytesOnWS)
prometheus.MustRegister(TotalReceiveBytesOnWS)
prometheus.MustRegister(TotalAddPeerAttempt)
prometheus.MustRegister(TotalPeerConnected)
prometheus.MustRegister(TotalPeerDisConnected)
}
}
204 changes: 0 additions & 204 deletions metrics/session_manager.go

This file was deleted.

0 comments on commit acbc111

Please sign in to comment.