File: test_opentelemetry_exporter_option_new_name.cpp

package info (click to toggle)
tango 10.0.2%2Bdfsg1-2%2Bdeb13u1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 89,936 kB
  • sloc: cpp: 201,786; sh: 1,645; python: 953; java: 800; perl: 467; javascript: 447; xml: 325; makefile: 269; sql: 72; ruby: 24
file content (6 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#include <opentelemetry/exporters/otlp/otlp_grpc_log_record_exporter_options.h>

int main(int, char **)
{
    opentelemetry::exporter::otlp::OtlpGrpcLogRecordExporterOptions opts;
}