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

Beyla in kubernetes detects itself as unknown_service:beyla #1467

Closed
gouthamve opened this issue Dec 17, 2024 · 4 comments · Fixed by #1699
Closed

Beyla in kubernetes detects itself as unknown_service:beyla #1467

gouthamve opened this issue Dec 17, 2024 · 4 comments · Fixed by #1699

Comments

@gouthamve
Copy link
Member

Image Image

This is running with the following config:

  attributes:
    kubernetes:
      cluster_name: office
      enable: true
    select:
      beyla_network_flow_bytes:
        include:
        - k8s.src.owner.type
        - k8s.dst.owner.type
        - direction
  discovery:
    services:
    - k8s_namespace: .
  filter:
    network:
      k8s_dst_owner_name:
        not_match: '{kube*,*jaeger-agent*,*prometheus*,*promtail*,*grafana-agent*}'
      k8s_src_owner_name:
        not_match: '{kube*,*jaeger-agent*,*prometheus*,*promtail*,*grafana-agent*}'
  internal_metrics:
    prometheus:
      path: /internal/metrics
      port: 9090
  otel_traces_export:
    endpoint: http://k8s-monitoring-alloy.monitoring.svc.cluster.local:4317/
  prometheus_export:
    features:
    - application
    - network
    - application_service_graph
    - application_span
    path: /metrics
    port: 9090
@marctc
Copy link
Contributor

marctc commented Feb 24, 2025

hey @gouthamve, could you double check if you still have this issue? I definitively seen this before and I was trying to fix, but I can't see the issue anymore, so maybe the issue was fixed in recent versions?

@gouthamve
Copy link
Member Author

Image

I still see it with the latest :main

@marctc
Copy link
Contributor

marctc commented Feb 24, 2025

Could you verify which version is pulling? also which version of helm chart

@gouthamve
Copy link
Member Author

helm chart: 1.7.2 , Beyla: revision="ee96e94"

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 a pull request may close this issue.

2 participants