Skip to content

Special f64 values in histograms are not printed using the Go library conventions #11

@mbjorkqvist

Description

@mbjorkqvist

Special f64 values in histograms are currently not printed using the Go library conventions, i.e., instead of "+Inf", "-Inf", "NaN", the values are printed out using the rust library conventions "inf", "-inf", and "nan", respectively. For values other than ones in histograms, the values are correctly wrapped using the FormattedValue struct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions