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_GleanSecurityCtMetrics_h
#define mozilla_GleanSecurityCtMetrics_h
#include "mozilla/glean/bindings/MetricTypes.h"
namespace mozilla::glean {
namespace sct_signature_cache {
/**
* generated from sct_signature_cache.hits
* How often an SCT signature to be verified is in the cache already.
*/
constexpr impl::NumeratorMetric hits(4330);
/**
* generated from sct_signature_cache.total
* How many SCT signature verifications are performed.
*/
constexpr impl::DenominatorMetric total(4331);
}
} // namespace mozilla::glean
#endif // mozilla_GleanSecurityCtMetrics_h