Program Listing for File instrumentation_library.h
↰ Return to documentation for file (/tmp/B.puc0r6hi/BUILD/opentelemetry-cpp-1.27.0-build/opentelemetry-cpp-1.27.0/sdk/include/opentelemetry/sdk/instrumentationlibrary/instrumentation_library.h)
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
#pragma once
#include "opentelemetry/sdk/instrumentationscope/instrumentation_scope.h"
#include "opentelemetry/version.h"
OPENTELEMETRY_BEGIN_NAMESPACE
namespace sdk
{
namespace instrumentationlibrary
{
using InstrumentationLibrary = instrumentationscope::InstrumentationScope;
} // namespace instrumentationlibrary
} // namespace sdk
OPENTELEMETRY_END_NAMESPACE