export/src/main/java/com/google/cloud/healthcare/imaging/dicomadapter/monitoring/Event.java [24:34]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  private final String metricName;

  Event(String metricName) {
    this.metricName = metricName;
  }

  public String getMetricName() {
    return metricName;
  }

  private static class Constants {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



import/src/main/java/com/google/cloud/healthcare/imaging/dicomadapter/monitoring/Event.java [45:55]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  private final String metricName;

  Event(String metricName) {
    this.metricName = metricName;
  }

  public String getMetricName() {
    return metricName;
  }

  private static class Constants {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



