enum Protocol::Tracing::StreamFormat

Overview

Data format of a trace. Can be either the legacy JSON format or the protocol buffer format. Note that the JSON format will be deprecated soon.

Defined in:

protocol/tracing.cr

Enum Members

Json = 0
Proto = 1

Instance Method Summary

Class methods inherited from struct Enum

parse?(string : String) : self | Nil parse?

Instance Method Detail

def json? #

[View source]
def proto? #

[View source]