Skip to content

Commit

Permalink
trying build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul2393 committed Jan 5, 2022
1 parent 020f109 commit ac1e242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spanner/stats.go
Expand Up @@ -43,6 +43,8 @@ var (
tagNumReadSessions = tag.Tag{Key: tagKeyType, Value: "num_read_sessions"}
tagNumWriteSessions = tag.Tag{Key: tagKeyType, Value: "num_write_prepared_sessions"}
tagKeyMethod = tag.MustNewKey("grpc_client_method")
// Deprecated: remove this exported flag
GFELatencyMetricsEnabled = false
// gfeLatencyMetricsEnabled is used to track if GFELatency and GFEHeaderMissingCount need to be recorded
gfeLatencyMetricsEnabled = false
// mutex to avoid data race in reading/writing the above flag
Expand Down

0 comments on commit ac1e242

Please sign in to comment.