Skip to content
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

Hubble UI does not pick service name correctly #721

Open
coleenquadros opened this issue Nov 16, 2023 · 4 comments
Open

Hubble UI does not pick service name correctly #721

coleenquadros opened this issue Nov 16, 2023 · 4 comments
Assignees

Comments

@coleenquadros
Copy link

Hi, I am running thanos and prometheus on a kind cluster using the helm chart as described here -> https://github.com/bitnami/charts/tree/main/bitnami/thanos#integrate-thanos-with-prometheus-and-alertmanager
In the hubble UI, how is the naming of the service picked up in the UI? There are different components for thanos like ruler, query, storegateway but all are marked as thanos.

https://github.com/bitnami/charts/blob/9c3dfb522ac8b14c5325c2f4077d171d3d0c84aa/bitnami/thanos/templates/query/service.yaml#L11
there is a service name defined

Screenshot 2023-11-16 at 11 45 26

@Justin2997
Copy link

I have the same problem, I will like to be able to split them visually.

@john-r-swyftx
Copy link

From testing I see that the name is taken from the label app.kubernetes.io/name on the pod.

Although that value is not configurable in some helm charts.

Is there a way to choose which label is to be used for the name displayed in the UI?

@yandzee yandzee self-assigned this Dec 13, 2023
@yandzee
Copy link
Collaborator

yandzee commented Dec 13, 2023

Could you guys please post all the labels for those services?

@john-r-swyftx
Copy link

john-r-swyftx commented Feb 12, 2024

@yandzee I have these labels:

  labels:
    app.kubernetes.io/component: receive
    app.kubernetes.io/name: thanos
    app.kubernetes.io/part-of: hashring

only difference on each service is the component label

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

No branches or pull requests

4 participants