Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify that 64 bit integer numbers are decimal strings in OTLP/JSON #1637

Merged

Commits on Apr 22, 2021

  1. Clarify that 64 bit integer numbers are decimal strings in OTLP/JSON

    Resolves open-telemetry/opentelemetry-proto#268
    
    This behavior is already the documented behavior for JSON Protobuf,
    see https://developers.google.com/protocol-buffers/docs/proto3#json:
    
    >JSON value will be a decimal string. Either numbers or strings are accepted.
    tigrannajaryan committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    61d7643 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    bf02c7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b48250 View commit details
    Browse the repository at this point in the history