mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-10 20:48:35 -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 =
|
type any_value =
|
||||||
| String_value of string
|
| String_value of string
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
[@@@ocaml.warning "-27-30-39"]
|
[@@@ocaml.warning "-27-30-39-44"]
|
||||||
|
|
||||||
type severity_number =
|
type severity_number =
|
||||||
| Severity_number_unspecified
|
| Severity_number_unspecified
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
[@@@ocaml.warning "-27-30-39"]
|
[@@@ocaml.warning "-27-30-39-44"]
|
||||||
|
|
||||||
type export_logs_service_request = {
|
type export_logs_service_request = {
|
||||||
resource_logs : Logs.resource_logs list;
|
resource_logs : Logs.resource_logs list;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
[@@@ocaml.warning "-27-30-39"]
|
[@@@ocaml.warning "-27-30-39-44"]
|
||||||
|
|
||||||
type exemplar_value =
|
type exemplar_value =
|
||||||
| As_double of float
|
| As_double of float
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
[@@@ocaml.warning "-27-30-39"]
|
[@@@ocaml.warning "-27-30-39-44"]
|
||||||
|
|
||||||
type export_metrics_service_request = {
|
type export_metrics_service_request = {
|
||||||
resource_metrics : Metrics.resource_metrics list;
|
resource_metrics : Metrics.resource_metrics list;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
[@@@ocaml.warning "-27-30-39"]
|
[@@@ocaml.warning "-27-30-39-44"]
|
||||||
|
|
||||||
type resource = {
|
type resource = {
|
||||||
attributes : Common.key_value list;
|
attributes : Common.key_value list;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
[@@@ocaml.warning "-27-30-39"]
|
[@@@ocaml.warning "-27-30-39-44"]
|
||||||
|
|
||||||
type span_span_kind =
|
type span_span_kind =
|
||||||
| Span_kind_unspecified
|
| Span_kind_unspecified
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
[@@@ocaml.warning "-27-30-39"]
|
[@@@ocaml.warning "-27-30-39-44"]
|
||||||
|
|
||||||
type export_trace_service_request = {
|
type export_trace_service_request = {
|
||||||
resource_spans : Trace.resource_spans list;
|
resource_spans : Trace.resource_spans list;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue