Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Stats: apply restriction on TagKey and TagValue #268

@mayurkale22

Description

@mayurkale22

The TagKey name must meet the following requirements:

  1. Must contain only printable ASCII (codes between 32 and 126 inclusive)
  2. Must have length greater than zero and less than 256.
  3. Must not be empty.

The TagValue name must meet the following requirements:

  1. It MUST contain only printable ASCII (codes between 32 and 126)

Specs: https://github.com/census-instrumentation/opencensus-specs/blob/master/tags/TagMap.md#tagkey

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions