/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ #ifndef GECKO_TRACE_SEMANTIC_CONVENTIONS_H #define GECKO_TRACE_SEMANTIC_CONVENTIONS_H namespace mozilla::gecko_trace::semantic_conventions { static constexpr const char* kProcessID = "gecko.process.internal_id"; static constexpr const char* kProcessType = "gecko.process.type"; } // namespace mozilla::gecko_trace::semantic_conventions #endif