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
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef mozilla_GleanEnterprisepoliciesMetrics_h
#define mozilla_GleanEnterprisepoliciesMetrics_h
#include "mozilla/glean/bindings/MetricTypes.h"
namespace mozilla::glean {
namespace policies {
/**
* generated from policies.count
* A uint with the number of active enterprise policies, collected once at startup. This metric was generated to correspond to the Legacy Telemetry scalar policies.count.
*/
constexpr impl::QuantityMetric count(4662);
/**
* generated from policies.is_enterprise
* Attempt to determine if the user is an enterprise user based on various signals. This metric was generated to correspond to the Legacy Telemetry scalar policies.is_enterprise.
*/
constexpr impl::BooleanMetric is_enterprise(4663);
}
} // namespace mozilla::glean
#endif // mozilla_GleanEnterprisepoliciesMetrics_h