github.com/xmidt-org/webpa-common@v1.11.9/service/monitor/logging.go (about)

     1  package monitor
     2  
     3  var (
     4  	eventCountKey interface{} = "eventCount"
     5  )
     6  
     7  // EventCountKey returns the contextual logging key for the event count
     8  func EventCountKey() interface{} {
     9  	return eventCountKey
    10  }