Skip to content

Commit

Permalink
#000: Added a metrics registry class to register all the metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Manjunath authored and Manjunath committed Nov 25, 2024
1 parent 0b056f3 commit 8659f1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
target: "denormalizer-image"
- image: "transformer"
target: "transformer-image"
- image: "druid-router"
target: "router-image"
# - image: "druid-router"
# target: "router-image"
- image: "unified-pipeline"
target: "unified-image"
- image: "lakehouse-connector"
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ USER flink
RUN mkdir -p $FLINK_HOME/usrlib
COPY --from=build-pipeline /app/pipeline/transformer/target/transformer-1.0.0.jar $FLINK_HOME/usrlib/

FROM sanketikahub/flink:1.17.2-scala_2.12-java11 AS router-image
USER flink
RUN mkdir -p $FLINK_HOME/usrlib
COPY --from=build-pipeline /app/pipeline/druid-router/target/druid-router-1.0.0.jar $FLINK_HOME/usrlib/
# FROM sanketikahub/flink:1.17.2-scala_2.12-java11 AS router-image
# USER flink
# RUN mkdir -p $FLINK_HOME/usrlib
# COPY --from=build-pipeline /app/pipeline/druid-router/target/druid-router-1.0.0.jar $FLINK_HOME/usrlib/

FROM sanketikahub/flink:1.17.2-scala_2.12-java11 AS unified-image
USER flink
Expand Down

0 comments on commit 8659f1e

Please sign in to comment.