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 scale on the stats graphs show incorrectly #5843

Closed
huib-portainer opened this issue Oct 7, 2021 · 0 comments · Fixed by #5789
Closed

The scale on the stats graphs show incorrectly #5843

huib-portainer opened this issue Oct 7, 2021 · 0 comments · Fixed by #5789
Labels
Milestone

Comments

@huib-portainer
Copy link
Contributor

Bug description
The container stats shows the labels on the y axis multiple times:
image

Expected behavior
Should show them once:
image

Additional context
Load generating manifest:

apiVersion: apps/v1
kind: Deployment
metadata:
  name: stress-deployment
  labels:
    app: stress-label
spec:
  replicas: 1
  selector:
    matchLabels:
      app: stress-label
  template:
    metadata:
      labels:
        app: stress-label
    spec:
      containers:
        - name: stress
          image: containerstack/cpustress:latest
          args: ["--cpu", "1", "--timeout", "300s"]
          imagePullPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant