github.com/grafana/pyroscope@v1.18.0/pkg/distributor/annotation/annotation.go (about) 1 package annotation 2 3 const ( 4 ProfileAnnotationKeyThrottled = "pyroscope.ingest.throttled" 5 ProfileAnnotationKeySampled = "pyroscope.ingest.sampled" 6 ) 7 8 type ProfileAnnotation struct { 9 Body interface{} `json:"body"` 10 }