graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellNone
LanguageHaskell2010

Hasura.Server.Telemetry.Types

Description

Telemetry types

Define anonymized metrics regarding usage of various features of Hasura.

Synopsis

Documentation

newtype Topic Source #

The telemetry table to which we'll add telemetry.

Constructors

Topic 

Fields

Instances

Instances details
Eq Topic Source # 
Instance details

Defined in Hasura.Server.Telemetry.Types

Methods

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

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

Show Topic Source # 
Instance details

Defined in Hasura.Server.Telemetry.Types

Methods

showsPrec :: Int -> Topic -> ShowS #

show :: Topic -> String #

showList :: [Topic] -> ShowS #

FromJSON Topic Source # 
Instance details

Defined in Hasura.Server.Telemetry.Types

Methods

parseJSON :: Value -> Parser Topic

parseJSONList :: Value -> Parser [Topic]

ToJSON Topic Source # 
Instance details

Defined in Hasura.Server.Telemetry.Types

Methods

toJSON :: Topic -> Value

toEncoding :: Topic -> Encoding

toJSONList :: [Topic] -> Value

toEncodingList :: [Topic] -> Encoding