Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/otlp/model/translator/metrics_translator.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type Translator struct {
func New(logger *zap.Logger, options ...Option) (*Translator, error) {
cfg := translatorConfig{
HistMode: HistogramModeNoBuckets,
SendCountSum: true,
SendCountSum: false,
Comment thread
mx-psi marked this conversation as resolved.
Quantiles: false,
SendMonotonic: true,
ResourceAttributesAsTags: false,
Expand Down