Skip to content

Commit

Permalink
CO-748: metrics-data-transformer job migration from knowlg to coKreat
Browse files Browse the repository at this point in the history
  • Loading branch information
amitpriyadarshi committed Feb 21, 2024
1 parent 6116c8d commit 281f0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/helm_charts/datapipeline_jobs/values.j2
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ metrics-data-transformer:
sourcing.content.basePath = "{{ dock_content_service_base_url }}"
}
sourcing.update.api.response.error.code = ["404", "400"]
data.metrics = ["me_totalRatingsCount","me_averageRating","me_totalTimeSpentInSec","me_totalPlaySessionCount"]
data.metrics = ["me_totalRatingsCount","me_averageRating","me_totalTimeSpentInSec","me_totalPlaySessionCount", "name", "description"]

flink-conf: |+
jobmanager.memory.flink.size: {{ flink_job_names['metrics-data-transformer'].jobmanager_memory }}
Expand Down

0 comments on commit 281f0ba

Please sign in to comment.