Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TestCARootCertificate = `` /* 1756-byte string literal not displayed */ TestServerPublicCertificate = `` /* 1520-byte string literal not displayed */ TestServerPrivateKey = `` /* 1674-byte string literal not displayed */ // ServerName is encoded in the above certificates. ServerName = "127.0.0.1" ErrUnsupported = fmt.Errorf("unsupported method") )
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { InsecureMetricsPort int SecureMetricsPort int InsecureTracePort int SecureTracePort int // contains filtered or unexported fields }
func (*Server) MetricsMDs ¶
func (s *Server) MetricsMDs() []grpcMetadata.MD
func (*Server) MetricsRequests ¶
func (s *Server) MetricsRequests() []*metricService.ExportMetricsServiceRequest
func (*Server) TraceMDs ¶
func (s *Server) TraceMDs() []grpcMetadata.MD
func (*Server) TraceRequests ¶
func (s *Server) TraceRequests() []*traceService.ExportTraceServiceRequest
Click to show internal directories.
Click to hide internal directories.