Copy as Markdown
Other Tools
// -*- mode: C++ -*-
// AUTOGENERATED BY glean_parser. DO NOT EDIT.
/* 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
#ifndef mozilla_GleanDevtoolsClientResponsiveMetrics_h
#define mozilla_GleanDevtoolsClientResponsiveMetrics_h
#include "mozilla/glean/bindings/MetricTypes.h"
namespace mozilla::glean {
namespace devtools_responsive {
/**
* generated from devtools.responsive.open_trigger
* Number of Responsive Design Mode opens keyed by the UI entry point used. This metric was generated to correspond to the Legacy Telemetry scalar devtools.responsive.open_trigger.
*/
constexpr impl::Labeled<impl::CounterMetric, DynamicLabel> open_trigger(1106);
/**
* generated from devtools.responsive.toolbox_opened_first
* Number of Responsive Design Mode opens with a toolbox already open. This metric was generated to correspond to the Legacy Telemetry scalar devtools.responsive.toolbox_opened_first.
*/
constexpr impl::CounterMetric toolbox_opened_first(1107);
}
} // namespace mozilla::glean
#endif // mozilla_GleanDevtoolsClientResponsiveMetrics_h