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

Validate new prometheus metrics are fixed #875

Open
MasterPtato opened this issue Jun 6, 2024 — with Linear · 1 comment
Open

Validate new prometheus metrics are fixed #875

MasterPtato opened this issue Jun 6, 2024 — with Linear · 1 comment
Assignees

Comments

Copy link
Contributor

  • Reduce metrics sent by node exporter (cpu + memory + network + disk)

  • Fix Vector high memory

    • Check allocation tracing
  • 2 Vector instances

  • Check buffering from vector ↔ vector

  • Vector origin OOM killed

  • Disable excess Traefik metrics

    • Does open_conn still show entrypoint label?
    curl localhost:9980/metrics | grep -v '^#'  | wc -l
    
    
  • Expose API on 0.0.0.0 for vector

  • Reduce metrics (erase memory)?

    # Total
    cat /tmp/metrics |  grep -v '^#'  | wc -l
    # Without Traefik
    cat /tmp/metrics |  grep -v '^#' | grep -v traefik | wc -l
    
    
  • Remove extra node exporter meterics

    curl localhost:9100/metrics | grep -v '^#'  | wc -l
    
    
  • Culptrits

    • Edge vector (high memory, sus) (TBD)

    • Traefik tunnel (seems to work because api-internal works)

      May 31 08:21:02 localhost traefik[2896]: 2024-05-31T08:21:02Z ERR Error while dialing backend error=EOF
      
      
    • Vector HTTP source (can we make this HA?) (TBD, why are some working fine)

    • Prometheus itself (might have helpful logs?)

  • 2 fold

    • A: Vector doesn’t recover well when it can’t send events
    • B: A lot of requests are getting dropped in the tunnel (either tunnel or Vector itself)
  • Disable high cardinality metrics

    image.png image.png image.png image.png
Copy link

linear bot commented Jun 6, 2024

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

2 participants