Skip to content

PINF-305 - statsd and gitsync relay changes for git sync benchmarking#700

Open
rishkarajgi wants to merge 9 commits intomasterfrom
gh_7450_git-sync-relay
Open

PINF-305 - statsd and gitsync relay changes for git sync benchmarking#700
rishkarajgi wants to merge 9 commits intomasterfrom
gh_7450_git-sync-relay

Conversation

@rishkarajgi
Copy link
Contributor

@rishkarajgi rishkarajgi commented Feb 18, 2026

Description

Added changes to configs for statsd and gitsync relay for benchmarking metrics

Related Issues

Do not merge this PR until this text is replaced with links to related issues.

Testing

Do not merge this PR until this text is replaced with details about how these changes were tested.

Merging

Do not merge this PR until it lists which release branches this PR should be merged / cherry-picked into.

pgvishnuram and others added 9 commits August 7, 2025 22:56
* add taint,tolleration and node selector support

* add default values

* add tests

* fix tests

* update tests

* fix tests

* Typo

* Typo

---------

Co-authored-by: Daniel Hoherd <danielh@astronomer.io>
…on and taints (#614)

* add airflow config for dag server

* add airflow config for gitsync relay

* add support for termination grace period config

* add termination grace period for gitsync config

* update test cases
* fix workers scheduling ordering

* update defaults tests for pod_template

* update pod template workers tests

* Update tests/chart/test_pod_template.py

Co-authored-by: Daniel Hoherd <danielh@astronomer.io>

---------

Co-authored-by: Daniel Hoherd <danielh@astronomer.io>
@rishkarajgi rishkarajgi requested a review from a team as a code owner February 18, 2026 10:37
@rishkarajgi rishkarajgi changed the title statsd and gitsync relay changes for git sync benchmarking PINF-305 - statsd and gitsync relay changes for git sync benchmarking Feb 18, 2026
@pgvishnuram
Copy link
Contributor

pgvishnuram commented Feb 18, 2026

what are we trying to do in this PR

Comment on lines +141 to +148
- name: METRICS_ENABLED
value: "{{ .Values.gitSyncRelay.metricsEnabled }}"
- name: STATSD_HOST
value: {{ tpl .Values.gitSyncRelay.statsdHost . }}
- name: STATSD_PORT
value: "{{ .Values.gitSyncRelay.statsdPort }}"
- name: DEBUG
value: "{{ .Values.gitSyncRelay.debug }}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This config spec says we have to allow passing external statsdHost . Assuming per deployment then i should route to our internal statsd host and expose the regex for the config

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also this whole config can be enclosed inside .Values.gitSyncRelay.metricsEnabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments