instana-haskell-trace-sdk-0.1.0.0: src/Instana/SDK/Internal/AgentConnection/Paths.hs
{-|
Module : Instana.SDK.Internal.AgentConnection.Paths
Description : Some URL paths.
-}
module Instana.SDK.Internal.AgentConnection.Paths where
-- | discovery resource
haskellDiscoveryPath :: String
haskellDiscoveryPath = "com.instana.plugin.haskell.discovery"
-- | entity data prefix
haskellEntityDataPathPrefix :: String
haskellEntityDataPathPrefix = "com.instana.plugin.haskell."
-- | trace resource
haskellTracePluginPath :: String
haskellTracePluginPath = "com.instana.plugin.haskell/traces"