Versions in this module Expand all Collapse all v0 v0.1.11 Feb 4, 2022 v0.1.10 Feb 4, 2022 Changes in this version + type Annotation struct + Attributes *Attributes + Description *TruncatableString + type Attribute interface + type Attributes struct + AttributeMap map[string]Attribute + DroppedAttributesCount int32 + type BoolAttribute struct + BoolValue bool + type Bucket struct + Count int64 + Exemplar *Exemplar + type BucketOptions interface + type BucketOptionsExplicit struct + Bounds []float64 + func (be *BucketOptionsExplicit) MarshalJSON() ([]byte, error) + type DistributionValue struct + BucketOptions BucketOptions + Buckets []*Bucket + Count int64 + Sum float64 + SumOfSquaredDeviation float64 + type DoubleAttribute struct + DoubleValue float64 + type DoubleValue struct + Value float64 + type Exemplar struct + Attachments map[string]string + Timestamp *Timestamp + Value float64 + type ExportMetricsServiceRequest struct + Metrics []*Metric + Node *Node + Resource *Resource + type ExportTraceServiceRequest struct + Node *Node + Resource *Resource + Spans []*Span + type Int64Value struct + Value int64 + type IntAttribute struct + IntValue int64 + type LabelKey struct + Description string + Key string + type LabelValue struct + HasValue bool + Value string + type Language int32 + const LanguageGo + type LibraryInfo struct + CoreLibraryVersion string + ExporterVersion string + Language Language + type Link struct + Attributes *Attributes + SpanID []byte + TraceID []byte + TraceState *TraceState + Type LinkType + type LinkType int32 + const ChildLinkType + const ParentLinkType + const UnspecifiedLinkType + type Links struct + DroppedLinksCount int32 + Link []*Link + type MessageEvent struct + CompressedSize uint64 + ID uint64 + Type MessageEventType + UncompressedSize uint64 + type MessageEventType int32 + const ReceivedMessageEvent + const SentMessageEvent + const UnspecifiedMessageEvent + type Metric struct + MetricDescriptor *MetricDescriptor + Resource *Resource + Timeseries []*TimeSeries + type MetricDescriptor struct + Description string + LabelKeys []*LabelKey + Name string + Type MetricDescriptor_Type + Unit string + type MetricDescriptor_Type int32 + const MetricDescriptor_CUMULATIVE_DISTRIBUTION + const MetricDescriptor_CUMULATIVE_DOUBLE + const MetricDescriptor_CUMULATIVE_INT64 + const MetricDescriptor_GAUGE_DISTRIBUTION + const MetricDescriptor_GAUGE_DOUBLE + const MetricDescriptor_GAUGE_INT64 + const MetricDescriptor_SUMMARY + const MetricDescriptor_UNSPECIFIED + type Module struct + BuildID *TruncatableString + Module *TruncatableString + type Node struct + Attributes map[string]string + Identifier *ProcessIdentifier + LibraryInfo *LibraryInfo + ServiceInfo *ServiceInfo + type Point struct + Timestamp *Timestamp + Value PointValue + func (p *Point) MarshalJSON() ([]byte, error) + type PointDistributionValue struct + DistributionValue *DistributionValue + type PointDoubleValue struct + DoubleValue float64 + type PointInt64Value struct + Int64Value int64 + type PointSummaryValue struct + SummaryValue *SummaryValue + type PointValue interface + type ProcessIdentifier struct + HostName string + Pid uint32 + StartTimestamp Timestamp + type Resource struct + Labels map[string]string + Type string + type ServiceInfo struct + Name string + type Snapshot struct + Count *Int64Value + PercentileValues []*SnapshotValueAtPercentile + Sum *DoubleValue + type SnapshotValueAtPercentile struct + Percentile float64 + Value float64 + type Span struct + Attributes *Attributes + ChildSpanCount bool + EndTime Timestamp + Kind SpanKind + Links *Links + Name *TruncatableString + ParentSpanID []byte + Resource *Resource + SameProcessAsParentSpan bool + SpanID []byte + StackTrace *StackTrace + StartTime Timestamp + Status *Status + TimeEvents *TimeEvents + TraceID []byte + TraceState *TraceState + type SpanKind int32 + const ClientSpanKind + const ServerSpanKind + const UnspecifiedSpanKind + type StackFrame struct + ColumnNumber int64 + FileName *TruncatableString + FunctionName *TruncatableString + LineNumber int64 + LoadModule *Module + OriginalFunctionName *TruncatableString + SourceVersion *TruncatableString + type StackFrames struct + DroppedFramesCount int32 + Frame []*StackFrame + type StackTrace struct + StackFrames *StackFrames + StackTraceHashID uint64 + type Status struct + Code int32 + Message string + type StringAttribute struct + StringValue *TruncatableString + type SummaryValue struct + Count *Int64Value + Snapshot *Snapshot + Sum *DoubleValue + type TimeEvent struct + Annotation *Annotation + MessageEvent *MessageEvent + Time Timestamp + type TimeEventValue interface + type TimeEvents struct + DroppedAnnotationsCount int32 + DroppedMessageEventsCount int32 + TimeEvent []TimeEvent + type TimeSeries struct + LabelValues []*LabelValue + Points []*Point + StartTimestamp *Timestamp + type Timestamp = string + type TraceState struct + Entries []*TraceStateEntry + type TraceStateEntry struct + Key string + Value string + type TruncatableString struct + TruncatedByteCount int32 + Value string