mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 06:44:51 +02:00
Rename fields in EppMetrics and EntityIntegrityAlertsSchema
This is one of a series of CLs which will refactor EppMetrics into a value type and Metrics into a stateless class which will have an export(EppMetrics requestDetails) method to export EPP metrics in a stateless way. Once EppMetrics is a value type, I will create a new StackdriverEppMetrics that will also accept the value type via an incrementRequests(EppMetrics requestDetails), allowing us to monitor EPP via BigQuery and Stackdriver with minimum code duplication. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=131711810
This commit is contained in:
parent
59ac00478e
commit
c309560892
3 changed files with 12 additions and 14 deletions
|
@ -30,7 +30,7 @@ final class EntityIntegrityAlertsSchema {
|
|||
static final String FIELD_TARGET = "target";
|
||||
static final String FIELD_MESSAGE = "message";
|
||||
|
||||
static final ImmutableList<TableFieldSchema> ENTITY_INTEGRITY_ALERTS_SCHEMA_FIELDS =
|
||||
static final ImmutableList<TableFieldSchema> SCHEMA_FIELDS =
|
||||
ImmutableList.of(
|
||||
new TableFieldSchema().setName(FIELD_SCANTIME).setType(TIMESTAMP.name()),
|
||||
new TableFieldSchema().setName(FIELD_SOURCE).setType(STRING.name()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue