Skip to content

Added helm chart for observability #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MSpryszynski
Copy link
Collaborator

No description provided.

@balis balis requested a review from groundnuty June 14, 2025 19:48
- name: node_cpu_usage
interval: 5s
rules:
- record: node_cpu_usage_percent
Copy link
Contributor

Choose a reason for hiding this comment

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

@balis I would recommend a 1-2 sentence per metric explaining what it does, so next people can have a less steep learning curve

replicas: 1

config:
opensearch.yml: |
Copy link
Contributor

Choose a reason for hiding this comment

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

@balis this looks very worring, we need to talk about this

action: keep

processors:
batch: { }
Copy link
Contributor

Choose a reason for hiding this comment

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

@balis u sure this has to be defined as empty?

@@ -173,6 +173,8 @@ hyperflow-engine:
value: "${enableTracing}"
- name: HF_VAR_ENABLE_OTEL
value: "${enableOtel}"
- name: HF_VAR_OPT_URL
value: "http://hf-obs-opentelemetry-collector"
Copy link
Contributor

Choose a reason for hiding this comment

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

@balis I don't like the fact that this is defined here and here c12659e#diff-7800e510fef5761baa4ff5930e280adbc39c087c52583ca395d8aa5d38c86dc6R69
we should talk why it is in 2 places

- name: HF_VAR_ENABLE_OTEL
value: "1"
- name: HF_VAR_OPT_URL
value: "http://hf-obs-opentelemetry-collector"
Copy link
Contributor

Choose a reason for hiding this comment

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

@balis or even 3 :-)

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.

2 participants