Versions in this module Expand all Collapse all v0 v0.0.2-alpha Sep 30, 2024 v0.0.1 Oct 31, 2024 Changes in this version + const AggregationTemporalityCumulative + const AggregationTemporalityDelta + const AggregationTemporalityUnspecified + type AggregationTemporality int + type AnyValue struct + ArrayValue *ArrayValue + BoolValue *bool + BytesValue *[]byte + DoubleValue *float64 + IntValue *int64 + KeyValueList *KeyValueList + StringValue *string + func (av *AnyValue) FormatString() string + type ArrayValue struct + Values []*AnyValue + type Buckets struct + BucketCounts []uint64 + Offset int32 + type ExponentialHistogram struct + AggregationTemporality AggregationTemporality + DataPoints []*ExponentialHistogramDataPoint + type ExponentialHistogramDataPoint struct + Attributes []*KeyValue + Count uint64 + Flags uint32 + Max *float64 + Min *float64 + Negative *Buckets + Positive *Buckets + Scale int32 + Sum *float64 + TimeUnixNano uint64 + ZeroCount uint64 + ZeroThreshold float64 + type ExportLogsServiceRequest struct + ResourceLogs []ResourceLogs + func (r *ExportLogsServiceRequest) MarshalProtobuf(dst []byte) []byte + func (r *ExportLogsServiceRequest) UnmarshalProtobuf(src []byte) (err error) + type ExportMetricsServiceRequest struct + ResourceMetrics []*ResourceMetrics + func (r *ExportMetricsServiceRequest) MarshalProtobuf(dst []byte) []byte + func (r *ExportMetricsServiceRequest) UnmarshalProtobuf(src []byte) error + type Gauge struct + DataPoints []*NumberDataPoint + type Histogram struct + AggregationTemporality AggregationTemporality + DataPoints []*HistogramDataPoint + type HistogramDataPoint struct + Attributes []*KeyValue + BucketCounts []uint64 + Count uint64 + ExplicitBounds []float64 + Flags uint32 + Sum *float64 + TimeUnixNano uint64 + type KeyValue struct + Key string + Value *AnyValue + type KeyValueList struct + Values []*KeyValue + type LogRecord struct + Attributes []*KeyValue + Body AnyValue + ObservedTimeUnixNano uint64 + SeverityNumber int32 + SeverityText string + TimeUnixNano uint64 + func (lr *LogRecord) ExtractTimestampNano() int64 + func (lr *LogRecord) FormatSeverity() string + type Metric struct + ExponentialHistogram *ExponentialHistogram + Gauge *Gauge + Histogram *Histogram + Name string + Sum *Sum + Summary *Summary + Unit string + type NumberDataPoint struct + Attributes []*KeyValue + DoubleValue *float64 + Flags uint32 + IntValue *int64 + TimeUnixNano uint64 + type Resource struct + Attributes []*KeyValue + type ResourceLogs struct + Resource Resource + ScopeLogs []ScopeLogs + type ResourceMetrics struct + Resource *Resource + ScopeMetrics []*ScopeMetrics + type ScopeLogs struct + LogRecords []LogRecord + type ScopeMetrics struct + Metrics []*Metric + type Sum struct + AggregationTemporality AggregationTemporality + DataPoints []*NumberDataPoint + IsMonotonic bool + type Summary struct + DataPoints []*SummaryDataPoint + type SummaryDataPoint struct + Attributes []*KeyValue + Count uint64 + Flags uint32 + QuantileValues []*ValueAtQuantile + Sum float64 + TimeUnixNano uint64 + type ValueAtQuantile struct + Quantile float64 + Value float64 v0.0.1-beta Sep 30, 2024