mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
update generated protobuf code
This commit is contained in:
parent
30d446c01b
commit
bf09b58a63
8 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[@@@ocaml.warning "-27-30-39"]
|
||||
[@@@ocaml.warning "-27-30-39-44"]
|
||||
|
||||
type any_value =
|
||||
| String_value of string
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[@@@ocaml.warning "-27-30-39"]
|
||||
[@@@ocaml.warning "-27-30-39-44"]
|
||||
|
||||
type severity_number =
|
||||
| Severity_number_unspecified
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[@@@ocaml.warning "-27-30-39"]
|
||||
[@@@ocaml.warning "-27-30-39-44"]
|
||||
|
||||
type export_logs_service_request = {
|
||||
resource_logs : Logs.resource_logs list;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[@@@ocaml.warning "-27-30-39"]
|
||||
[@@@ocaml.warning "-27-30-39-44"]
|
||||
|
||||
type exemplar_value =
|
||||
| As_double of float
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[@@@ocaml.warning "-27-30-39"]
|
||||
[@@@ocaml.warning "-27-30-39-44"]
|
||||
|
||||
type export_metrics_service_request = {
|
||||
resource_metrics : Metrics.resource_metrics list;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[@@@ocaml.warning "-27-30-39"]
|
||||
[@@@ocaml.warning "-27-30-39-44"]
|
||||
|
||||
type resource = {
|
||||
attributes : Common.key_value list;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[@@@ocaml.warning "-27-30-39"]
|
||||
[@@@ocaml.warning "-27-30-39-44"]
|
||||
|
||||
type span_span_kind =
|
||||
| Span_kind_unspecified
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[@@@ocaml.warning "-27-30-39"]
|
||||
[@@@ocaml.warning "-27-30-39-44"]
|
||||
|
||||
type export_trace_service_request = {
|
||||
resource_spans : Trace.resource_spans list;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue