public AggregateByLabelMetricTimeSeriesBuilder()

in exporters/metrics/src/main/java/com/google/cloud/opentelemetry/metric/AggregateByLabelMetricTimeSeriesBuilder.java [97:108]


  public AggregateByLabelMetricTimeSeriesBuilder(
      String projectId,
      String prefix,
      Predicate<AttributeKey<?>> resourceAttributeFilter,
      MonitoredResourceDescription monitoredResourceDescription,
      boolean instrumentationLibraryLabelsEnabled) {
    this.projectId = projectId;
    this.prefix = prefix;
    this.resourceAttributeFilter = resourceAttributeFilter;
    this.monitoredResourceDescription = monitoredResourceDescription;
    this.instrumentationLibraryLabelsEnabled = instrumentationLibraryLabelsEnabled;
  }