Skip to content

Commit

Permalink
comment docker info
Browse files Browse the repository at this point in the history
  • Loading branch information
alovew committed May 31, 2022
1 parent 8bca4be commit 31a4cf9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ private static Runnable getReplicationRunnable(final AirbyteSource source,
if (!validationErrors.isEmpty()) {
validationErrors.forEach((stream, errorPair) -> {
final String[] validationErrorMetadata = new String[] {
"docker_repo:airbyte/test",
"docker_version:0.0.0",
"docker_repo:airbyte/test", // dockerImage.split(":")[0]
"docker_version:0.0.0", // dockerImage.split(":")[1]
"stream:" + stream
};
DogStatsDMetricSingleton.count(OssMetricsRegistry.NUM_RECORD_SCHEMA_VALIDATION_ERRORS, 1, validationErrorMetadata);
Expand Down

0 comments on commit 31a4cf9

Please sign in to comment.