blob: 3ec03d37c06e515229bfc86f086d30a19f76cdf5 [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TPM_MANAGER_SERVER_TPM_MANAGER_METRICS_NAMES_H_
#define TPM_MANAGER_SERVER_TPM_MANAGER_METRICS_NAMES_H_
namespace tpm_manager {
constexpr char kDictionaryAttackResetStatusHistogram[] =
"Platform.TPM.DictionaryAttackResetStatus";
constexpr char kDictionaryAttackCounterHistogram[] =
"Platform.TPM.DictionaryAttackCounter";
constexpr char kTPMVersionFingerprint[] = "Platform.TPM.VersionFingerprint";
} // namespace tpm_manager
#endif // TPM_MANAGER_SERVER_TPM_MANAGER_METRICS_NAMES_H_