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_GleanStorageMetrics_h
#define mozilla_GleanStorageMetrics_h
#include "mozilla/glean/bindings/MetricTypes.h"
namespace mozilla::glean {
namespace sqlite_store {
/**
* generated from sqlite_store.open
* The result of attempting to open a sqlite file.
* This metric was generated to correspond to the Legacy Telemetry categorical histogram SQLITE_STORE_OPEN.
*/
constexpr impl::DualLabeledCounterMetric open(4502);
/**
* generated from sqlite_store.query
* The result of attempting to query a sqlite file.
* This metric was generated to correspond to the Legacy Telemetry categorical histogram SQLITE_STORE_QUERY.
*/
constexpr impl::DualLabeledCounterMetric query(4503);
}
} // namespace mozilla::glean
#endif // mozilla_GleanStorageMetrics_h