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_GleanBackgroundtasksMetrics_h
#define mozilla_GleanBackgroundtasksMetrics_h
#include "mozilla/glean/bindings/MetricTypes.h"
namespace mozilla::glean {
namespace background_tasks_rmdir_base {
/**
* generated from background_tasks.rmdir.base.elapsed_ms
* The amount of time the task took for removing the directories.
*/
constexpr impl::QuantityMetric elapsed_ms(4549);
/**
* generated from background_tasks.rmdir.base.metric_base
*/
/**
* The base metric template for removeDirectory.
*/
constexpr impl::EventMetric<NoExtraKeys> metric_base(4550);
/**
* generated from background_tasks.rmdir.base.removal_count
* The number of the removed entries at each call, even if the target directory itself couldn't be removed.
*/
constexpr impl::QuantityMetric removal_count(4551);
/**
* generated from background_tasks.rmdir.base.retry_count
* The number of retries before the task started removing the child directory. This can happen when the target directory doesn't exist.
*/
constexpr impl::QuantityMetric retry_count(4552);
/**
* generated from background_tasks.rmdir.base.succeeded
* Whether the target directory removal succeeded.
*/
constexpr impl::BooleanMetric succeeded(4553);
/**
* generated from background_tasks.rmdir.base.suffix_ever_failed
* Whether removing the suffixed directories ever failed.
*/
constexpr impl::BooleanMetric suffix_ever_failed(4554);
/**
* generated from background_tasks.rmdir.base.suffix_removal_count
* The number of the removed entries of the suffixed directories.
*/
constexpr impl::QuantityMetric suffix_removal_count(4555);
/**
* generated from background_tasks.rmdir.base.was_first
* Whether this task is the first one removing the directory.
*/
constexpr impl::BooleanMetric was_first(4556);
}
namespace background_tasks_rmdir_http_cache {
/**
* generated from background_tasks.rmdir.http_cache.elapsed_ms
* The amount of time the task took for removing the directories.
*/
constexpr impl::QuantityMetric elapsed_ms(4557);
/**
* generated from background_tasks.rmdir.http_cache.metric_base
*/
/**
* The base metric template for removeDirectory.
*/
constexpr impl::EventMetric<NoExtraKeys> metric_base(4558);
/**
* generated from background_tasks.rmdir.http_cache.removal_count
* The number of the removed entries at each call, even if the target directory itself couldn't be removed.
*/
constexpr impl::QuantityMetric removal_count(4559);
/**
* generated from background_tasks.rmdir.http_cache.retry_count
* The number of retries before the task started removing the child directory. This can happen when the target directory doesn't exist.
*/
constexpr impl::QuantityMetric retry_count(4560);
/**
* generated from background_tasks.rmdir.http_cache.succeeded
* Whether the target directory removal succeeded.
*/
constexpr impl::BooleanMetric succeeded(4561);
/**
* generated from background_tasks.rmdir.http_cache.suffix_ever_failed
* Whether removing the suffixed directories ever failed.
*/
constexpr impl::BooleanMetric suffix_ever_failed(4562);
/**
* generated from background_tasks.rmdir.http_cache.suffix_removal_count
* The number of the removed entries of the suffixed directories.
*/
constexpr impl::QuantityMetric suffix_removal_count(4563);
/**
* generated from background_tasks.rmdir.http_cache.was_first
* Whether this task is the first one removing the directory.
*/
constexpr impl::BooleanMetric was_first(4564);
}
namespace background_tasks_rmdir_quota {
/**
* generated from background_tasks.rmdir.quota.elapsed_ms
* The amount of time the task took for removing the directories.
*/
constexpr impl::QuantityMetric elapsed_ms(4565);
/**
* generated from background_tasks.rmdir.quota.metric_base
*/
/**
* The base metric template for removeDirectory.
*/
constexpr impl::EventMetric<NoExtraKeys> metric_base(4566);
/**
* generated from background_tasks.rmdir.quota.removal_count
* The number of the removed entries at each call, even if the target directory itself couldn't be removed.
*/
constexpr impl::QuantityMetric removal_count(4567);
/**
* generated from background_tasks.rmdir.quota.retry_count
* The number of retries before the task started removing the child directory. This can happen when the target directory doesn't exist.
*/
constexpr impl::QuantityMetric retry_count(4568);
/**
* generated from background_tasks.rmdir.quota.succeeded
* Whether the target directory removal succeeded.
*/
constexpr impl::BooleanMetric succeeded(4569);
/**
* generated from background_tasks.rmdir.quota.suffix_ever_failed
* Whether removing the suffixed directories ever failed.
*/
constexpr impl::BooleanMetric suffix_ever_failed(4570);
/**
* generated from background_tasks.rmdir.quota.suffix_removal_count
* The number of the removed entries of the suffixed directories.
*/
constexpr impl::QuantityMetric suffix_removal_count(4571);
/**
* generated from background_tasks.rmdir.quota.was_first
* Whether this task is the first one removing the directory.
*/
constexpr impl::BooleanMetric was_first(4572);
}
} // namespace mozilla::glean
#endif // mozilla_GleanBackgroundtasksMetrics_h