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

The new UI doesn't show stacked graphs properly when series go on and off #7302

Closed
simonpasquier opened this issue May 27, 2020 · 2 comments · Fixed by #7804
Closed

The new UI doesn't show stacked graphs properly when series go on and off #7302

simonpasquier opened this issue May 27, 2020 · 2 comments · Fixed by #7804

Comments

@simonpasquier
Copy link
Member

What did you do?

Running Prometheus with 3 targets: prometheus, alertmanager and node-exporter.
Initially only prometheus and alertmanager are up, then node-exporter comes up, then alertmanager goes down. Eventually alertmanager comes up again.

After that I've queried process_virtual_memory_bytes with the stacked graph in the new UI.

What did you expect to see?

Properly stacked graphs.

What did you see instead? Under which circumstances?

image

Environment

  • Prometheus version:

7a541bd

  • Prometheus configuration file:
scrape_configs:
- job_name: 'prometheus'
  static_configs:
    - targets: ['localhost:9090']
- job_name: 'node'
  static_configs:
    - targets: ['localhost:9100']
- job_name: 'alertmanager'
  static_configs:
    - targets: ['localhost:9093']
@roidelapluie
Copy link
Member

Thanks! ccing @juliusv

@prometheus prometheus locked as resolved and limited conversation to collaborators Nov 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants