As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Unverified Commit 5d82d9f0 authored by Igor Drozdov's avatar Igor Drozdov
Browse files

Fix the established session metric

This metric shouldn't include delays that may happen due to
the user's behaviour. It should include only app-related delays.
parent 67f57421
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -203,7 +203,7 @@ func (s *Server) handleConn(ctx context.Context, nconn net.Conn) {
gitlabKeyId: sconn.Permissions.Extensions["key-id"],
gitlabKrb5Principal: sconn.Permissions.Extensions["krb5principal"],
remoteAddr: remoteAddr,
started: started,
started: time.Now(),
}
var err error
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment