1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
$ example_yaml --test --yaml shelltests/kitchen-sink.yaml | egrep -v "(observed_timestamp|trace_id|span_id)"
>
MODEL PARSED
[WARNING] attribute_limits not supported, ignoring
[WARNING] IncludeExclude attribute processor not supported, ignoring
[WARNING] metric producer not supported, ignoring
[WARNING] metric producer not supported, ignoring
[WARNING] [Periodic Exporting Metric Reader] Invalid configuration: export_timeout_millis_ should be less than export_interval_millis_, using default values
[WARNING] [Periodic Exporting Metric Reader] Invalid configuration: export_timeout_millis_ should be less than export_interval_millis_, using default values
[WARNING] [Periodic Exporting Metric Reader] Invalid configuration: export_timeout_millis_ should be less than export_interval_millis_, using default values
[WARNING] [Periodic Exporting Metric Reader] Invalid configuration: export_timeout_millis_ should be less than export_interval_millis_, using default values
SDK CREATED
{
timestamp : 0
severity_num : 5
severity_text : DEBUG
body : body
resource :
telemetry.sdk.version: 1.23.0
service.version: 1.0.0
double_array_key: [1.1,2.2]
double_key: 1.1
bool_key: 1
int_array_key: [1,2]
int_key: 1
string_array_key: [value1,value2]
string_key: value
service.namespace: my-namespace
telemetry.sdk.language: cpp
bool_array_key: [1,0]
service.name: unknown_service
telemetry.sdk.name: opentelemetry
attributes :
event_id : 0
event_name :
trace_flags : 00
scope :
name : foo_library
version :
schema_url :
attributes :
}
>= 0
|