package octez-injector

  1. Overview
  2. Docs

Parameters

module Tags : sig ... end
module Request : sig ... end

Signature

include module type of struct include Tezos_base.TzPervasives.Internal_event.Simple end
type 'a t = 'a Tezos_event_logging__Internal_event.Simple.t
val emit : 'a t -> 'a -> unit Lwt.t
val emit__dont_wait__use_with_care : 'a t -> 'a -> unit
val declare_0 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> unit -> unit t
val declare_4 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ?pp4:(Format.formatter -> 'd -> unit) -> (string * 'd Data_encoding.t) -> ('a * 'b * 'c * 'd) t
val declare_5 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ?pp4:(Format.formatter -> 'd -> unit) -> (string * 'd Data_encoding.t) -> ?pp5:(Format.formatter -> 'e -> unit) -> (string * 'e Data_encoding.t) -> ('a * 'b * 'c * 'd * 'e) t
val declare_6 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ?pp4:(Format.formatter -> 'd -> unit) -> (string * 'd Data_encoding.t) -> ?pp5:(Format.formatter -> 'e -> unit) -> (string * 'e Data_encoding.t) -> ?pp6:(Format.formatter -> 'f -> unit) -> (string * 'f Data_encoding.t) -> ('a * 'b * 'c * 'd * 'e * 'f) t
val declare_7 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ?pp4:(Format.formatter -> 'd -> unit) -> (string * 'd Data_encoding.t) -> ?pp5:(Format.formatter -> 'e -> unit) -> (string * 'e Data_encoding.t) -> ?pp6:(Format.formatter -> 'f -> unit) -> (string * 'f Data_encoding.t) -> ?pp7:(Format.formatter -> 'g -> unit) -> (string * 'g Data_encoding.t) -> ('a * 'b * 'c * 'd * 'e * 'f * 'g) t
val declare_8 : ?section:string list -> name:string -> msg:string -> ?level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'b Data_encoding.t) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'c Data_encoding.t) -> ?pp4:(Format.formatter -> 'd -> unit) -> (string * 'd Data_encoding.t) -> ?pp5:(Format.formatter -> 'e -> unit) -> (string * 'e Data_encoding.t) -> ?pp6:(Format.formatter -> 'f -> unit) -> (string * 'f Data_encoding.t) -> ?pp7:(Format.formatter -> 'g -> unit) -> (string * 'g Data_encoding.t) -> ?pp8:(Format.formatter -> 'h -> unit) -> (string * 'h Data_encoding.t) -> ('a * 'b * 'c * 'd * 'e * 'f * 'g * 'h) t
val section : string list
val monitoring_error : Tezos_base.TzPervasives.tztrace t
val pp_key_alias : Format.formatter -> string list -> unit
val declare_1 : name:string -> msg:string -> level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> (string * 'a Data_encoding.t) -> (string list * Tags.t * 'a) t
val declare_2 : name:string -> msg:string -> level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> ?pp2:(Format.formatter -> 'b -> unit) -> (string * 'a Data_encoding.t) -> (string * 'b Data_encoding.t) -> (string list * Tags.t * 'a * 'b) t
val declare_3 : name:string -> msg:string -> level:Tezos_event_logging__Internal_event.level -> ?pp1:(Format.formatter -> 'a -> unit) -> ?pp2:(Format.formatter -> 'b -> unit) -> ?pp3:(Format.formatter -> 'c -> unit) -> (string * 'a Data_encoding.t) -> (string * 'b Data_encoding.t) -> (string * 'c Data_encoding.t) -> (string list * Tags.t * 'a * 'b * 'c) t
val request_failed : (string list * Tags.t * Request.view * Tezos_base.Worker_types.request_status * Tezos_base.TzPervasives.Error_monad.tztrace) t
val request_completed_debug : (string list * Tags.t * Request.view * Tezos_base.Worker_types.request_status) t
val new_tezos_head : (string list * Tags.t * Tezos_base.TzPervasives.Block_hash.t) t
val cannot_compute_reorg : (string list * Tags.t * Tezos_base.TzPervasives.Block_hash.t) t
val injecting_pending : (string list * Tags.t * int) t
val pp_operations_list : numbered:bool -> Format.formatter -> Operation.t list -> unit
val pp_operations_hash_list : Format.formatter -> Inj_operation.Hash.t list -> unit
val number_of_operations_in_queue : (string list * Tags.t * int) t
val considered_operations_info : (string list * Tags.t * Operation.t list) t
val dropped_operations : (string list * Tags.t * Operation.t list) t
val simulating_operations : (string list * Tags.t * Operation.t list * bool) t
val discard_error_operation : (string list * Tags.t * Operation.t * int * Tezos_base.TzPervasives.Error_monad.tztrace option) t
val error_simulation_operation : (string list * Tags.t * Operation.t * int * Tezos_base.TzPervasives.Error_monad.tztrace) t
val injected : (string list * Tags.t * int * Tezos_base.TzPervasives.Operation_hash.t) t
val injected_ops : (string list * Tags.t * Tezos_base.TzPervasives.Operation_hash.t * Operation.t list) t
val total_injected_ops : (string list * Tags.t * int) t
val add_pending : (string list * Tags.t * Operation.t) t
val retry_operation : (string list * Tags.t * Operation.t) t
val included : (string list * Tags.t * Tezos_base.TzPervasives.Block_hash.t * int32 * Inj_operation.Hash.t list) t
val revert_operations : (string list * Tags.t * Inj_operation.Hash.t list) t
val confirmed_level : (string list * Tags.t * int32) t
val loaded_from_disk : (string list * Tags.t * int * string) t
val corrupted_operation_on_disk : (string list * Tags.t * string * Tezos_base.TzPervasives.Error_monad.tztrace) t
val inject_wait : (string list * Tags.t * float) t
val never_included : (string list * Tags.t * Operation.t * int) t
OCaml

Innovation. Community. Security.