Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Moskalenko <moskalenko.alexey@gmail.com>
  • Loading branch information
pyalex committed Apr 30, 2021
1 parent 4ea29c3 commit 6d5943c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package org.apache.spark.metrics.source

class BigTableSinkMetricSource extends BaseMetricSource {
override val sourceName: String = RedisSinkMetricSource.sourceName
override val sourceName: String = BigTableSinkMetricSource.sourceName

val METRIC_TOTAL_ROWS_INSERTED =
metricRegistry.counter(counterWithLabels("feature_row_ingested_count"))
Expand Down

0 comments on commit 6d5943c

Please sign in to comment.