{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-missing-fields #-}
{-# OPTIONS_GHC -fno-warn-missing-signatures #-}
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}
module ZipkinCore_Consts where
import Prelude (($), (.), (>>=), (==), (++))
import qualified Prelude as P
import qualified Control.Exception as X
import qualified Control.Monad as M ( liftM, ap, when )
import Data.Functor ( (<$>) )
import qualified Data.ByteString.Lazy as LBS
import qualified Data.Hashable as H
import qualified Data.Int as I
import qualified Data.Maybe as M (catMaybes)
import qualified Data.Text.Lazy.Encoding as E ( decodeUtf8, encodeUtf8 )
import qualified Data.Text.Lazy as LT
import qualified GHC.Generics as G (Generic)
import qualified Data.Typeable as TY ( Typeable )
import qualified Data.HashMap.Strict as Map
import qualified Data.HashSet as Set
import qualified Data.Vector as Vector
import qualified Test.QuickCheck.Arbitrary as QC ( Arbitrary(..) )
import qualified Test.QuickCheck as QC ( elements )
import qualified Thrift as T
import qualified Thrift.Types as T
import qualified Thrift.Arbitraries as T
import ZipkinCore_Types
cLIENT_SEND :: LT.Text
cLIENT_SEND :: Text
cLIENT_SEND = Text
"cs"
cLIENT_RECV :: LT.Text
cLIENT_RECV :: Text
cLIENT_RECV = Text
"cr"
sERVER_SEND :: LT.Text
sERVER_SEND :: Text
sERVER_SEND = Text
"ss"
sERVER_RECV :: LT.Text
sERVER_RECV :: Text
sERVER_RECV = Text
"sr"
mESSAGE_SEND :: LT.Text
mESSAGE_SEND :: Text
mESSAGE_SEND = Text
"ms"
mESSAGE_RECV :: LT.Text
mESSAGE_RECV :: Text
mESSAGE_RECV = Text
"mr"
wIRE_SEND :: LT.Text
wIRE_SEND :: Text
wIRE_SEND = Text
"ws"
wIRE_RECV :: LT.Text
wIRE_RECV :: Text
wIRE_RECV = Text
"wr"
cLIENT_SEND_FRAGMENT :: LT.Text
cLIENT_SEND_FRAGMENT :: Text
cLIENT_SEND_FRAGMENT = Text
"csf"
cLIENT_RECV_FRAGMENT :: LT.Text
cLIENT_RECV_FRAGMENT :: Text
cLIENT_RECV_FRAGMENT = Text
"crf"
sERVER_SEND_FRAGMENT :: LT.Text
sERVER_SEND_FRAGMENT :: Text
sERVER_SEND_FRAGMENT = Text
"ssf"
sERVER_RECV_FRAGMENT :: LT.Text
sERVER_RECV_FRAGMENT :: Text
sERVER_RECV_FRAGMENT = Text
"srf"
hTTP_HOST :: LT.Text
hTTP_HOST :: Text
hTTP_HOST = Text
"http.host"
hTTP_METHOD :: LT.Text
hTTP_METHOD :: Text
hTTP_METHOD = Text
"http.method"
hTTP_PATH :: LT.Text
hTTP_PATH :: Text
hTTP_PATH = Text
"http.path"
hTTP_ROUTE :: LT.Text
hTTP_ROUTE :: Text
hTTP_ROUTE = Text
"http.route"
hTTP_URL :: LT.Text
hTTP_URL :: Text
hTTP_URL = Text
"http.url"
hTTP_STATUS_CODE :: LT.Text
hTTP_STATUS_CODE :: Text
hTTP_STATUS_CODE = Text
"http.status_code"
hTTP_REQUEST_SIZE :: LT.Text
hTTP_REQUEST_SIZE :: Text
hTTP_REQUEST_SIZE = Text
"http.request.size"
hTTP_RESPONSE_SIZE :: LT.Text
hTTP_RESPONSE_SIZE :: Text
hTTP_RESPONSE_SIZE = Text
"http.response.size"
lOCAL_COMPONENT :: LT.Text
lOCAL_COMPONENT :: Text
lOCAL_COMPONENT = Text
"lc"
eRROR :: LT.Text
eRROR :: Text
eRROR = Text
"error"
cLIENT_ADDR :: LT.Text
cLIENT_ADDR :: Text
cLIENT_ADDR = Text
"ca"
sERVER_ADDR :: LT.Text
sERVER_ADDR :: Text
sERVER_ADDR = Text
"sa"
mESSAGE_ADDR :: LT.Text
mESSAGE_ADDR :: Text
mESSAGE_ADDR = Text
"ma"