Skip to content

Commit

Permalink
tilt: enable metrics exporting by default for local dev
Browse files Browse the repository at this point in the history
Signed-off-by: Feruzjon Muyassarov <[email protected]>
  • Loading branch information
fmuyassarov authored and askervin committed Nov 18, 2024
1 parent 4e8514f commit 289ef68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ helm_resource(
deps=DEPS,
image_deps=[IMAGE],
image_keys=[('image.registry', 'image.repository', 'image.tag')],
flags=['--set=ports[0].name=metrics','--set=ports[0].container=8891','--set=image.name=' + IMAGE],
flags=['--set=config.instrumentation.prometheusExport=true','--set=ports[0].name=metrics','--set=ports[0].container=8891','--set=image.name=' + IMAGE],
resource_deps=['binary-build-logs']
)

0 comments on commit 289ef68

Please sign in to comment.