github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/remotewrite/constants.go (about)

     1  package remotewrite
     2  
     3  // String constants for instrumentation.
     4  const (
     5  	namespace = "pyroscope"
     6  	subsystem = "remote_write"
     7  )