Skip to content

scalar array not displayed properly #103

@amanand

Description

@amanand

please update the function handleOnePacket to display scalar array datatype as well.

also decimal64 datatype is being added (20.4 onwards), so please pick the latest telemetry.proto and add support for displaying it as well something like below:
case *na_pb.KeyValue_DecimalValue:
s += fmt.Sprintf(" decimal64_value: digits=%d precision=%d\n", value.DecimalValue.Digits, value.DecimalValue.Precision)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions