otel-api-common-0.0.0: STUB
Safe HaskellSafe-Inferred
LanguageHaskell2010

OTel.API.Common.InstrumentationScope

Documentation

data InstrumentationScope Source #

Instances

Instances details
ToJSON InstrumentationScope Source # 
Instance details

Defined in OTel.API.Common.Internal

IsString InstrumentationScope Source # 
Instance details

Defined in OTel.API.Common.Internal

Show InstrumentationScope Source # 
Instance details

Defined in OTel.API.Common.Internal

Eq InstrumentationScope Source # 
Instance details

Defined in OTel.API.Common.Internal

Ord InstrumentationScope Source # 
Instance details

Defined in OTel.API.Common.Internal

newtype InstrumentationScopeName Source #

Instances

Instances details
ToJSON InstrumentationScopeName Source # 
Instance details

Defined in OTel.API.Common.Internal

IsString InstrumentationScopeName Source # 
Instance details

Defined in OTel.API.Common.Internal

Show InstrumentationScopeName Source # 
Instance details

Defined in OTel.API.Common.Internal

Eq InstrumentationScopeName Source # 
Instance details

Defined in OTel.API.Common.Internal

Ord InstrumentationScopeName Source # 
Instance details

Defined in OTel.API.Common.Internal

newtype Version Source #

Constructors

Version 

Fields

Instances

Instances details
ToJSON Version Source # 
Instance details

Defined in OTel.API.Common.Internal

IsString Version Source # 
Instance details

Defined in OTel.API.Common.Internal

Methods

fromString :: String -> Version #

Show Version Source # 
Instance details

Defined in OTel.API.Common.Internal

Eq Version Source # 
Instance details

Defined in OTel.API.Common.Internal

Methods

(==) :: Version -> Version -> Bool #

(/=) :: Version -> Version -> Bool #

Ord Version Source # 
Instance details

Defined in OTel.API.Common.Internal