Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data RootEntry = RootEntry {
- spanAndTraceId :: Id
- spanName :: Text
- timestamp :: Int
- errorCount :: Int
- serviceName :: Maybe Text
- correlationType :: Maybe Text
- correlationId :: Maybe Text
- spanData :: Value
- spanId :: RootEntry -> Id
- traceId :: RootEntry -> Id
- addData :: Value -> RootEntry -> RootEntry
- addToErrorCount :: Int -> RootEntry -> RootEntry
- setServiceName :: Text -> RootEntry -> RootEntry
- setCorrelationType :: Text -> RootEntry -> RootEntry
- setCorrelationId :: Text -> RootEntry -> RootEntry
Documentation
An entry span that is the root span of a trace.
RootEntry | |
|
setServiceName :: Text -> RootEntry -> RootEntry Source #
Override the name of the service for the associated call in Instana.