File: kitchen-sink.test

package info (click to toggle)
opentelemetry-cpp 1.23.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,372 kB
  • sloc: cpp: 96,239; sh: 1,766; makefile: 36; python: 31
file content (46 lines) | stat: -rw-r--r-- 1,826 bytes parent folder | download
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