mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-09 00:03:00 +02:00
34 lines
717 B
C++
34 lines
717 B
C++
/*
|
|
* Copyright The OpenTelemetry Authors
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/*
|
|
* DO NOT EDIT, this is an Auto-generated file from:
|
|
* buildscripts/semantic-convention/templates/registry/semantic_attributes-h.j2
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "opentelemetry/common/macros.h"
|
|
#include "opentelemetry/version.h"
|
|
|
|
OPENTELEMETRY_BEGIN_NAMESPACE
|
|
namespace semconv
|
|
{
|
|
namespace session
|
|
{
|
|
|
|
/**
|
|
A unique id to identify a session.
|
|
*/
|
|
static constexpr const char *kSessionId = "session.id";
|
|
|
|
/**
|
|
The previous @code session.id @endcode for this user, when known.
|
|
*/
|
|
static constexpr const char *kSessionPreviousId = "session.previous_id";
|
|
|
|
} // namespace session
|
|
} // namespace semconv
|
|
OPENTELEMETRY_END_NAMESPACE
|