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

Graph/query dialbox is dead in v1.4.1 #2243

Closed
theonlydoo opened this Issue Dec 2, 2016 · 5 comments

Comments

Projects
None yet
4 participants
@theonlydoo
Copy link

theonlydoo commented Dec 2, 2016

What did you do?
Upgraded to 1.4.1
What did you expect to see?
A query interface
What did you see instead? Under which circumstances?
No query interface
Environment
Debian jessie, go 1.7.1

  • System information:

Linux 3.16.0-4-amd64 x86_64

  • Prometheus version:
root@prometheus:~ $ prometheus -version
prometheus, version 1.4.1 (branch: HEAD, revision: 2a89e8733f240d3cd57a6520b52c36ac4744ce12)
  build user:       root
  build date:       20161202-10:30:48
  go version:       go1.7.1
  • Prometheus configuration file:
global:
  scrape_interval:     15s # By default, scrape targets every 15 seconds.
  evaluation_interval: 15s
  scrape_timeout:       15s
  # scrape_timeout is set to the global default (10s).

  # Attach these labels to any time series or alerts when communicating with
  # external systems (federation, remote storage, Alertmanager).
  external_labels:
      monitor: 'mon'

# Load and evaluate rules in this file every 'evaluation_interval' seconds.
rule_files:
  - "/etc/prometheus/rules/rules.system"
  - "/etc/prometheus/rules/rules.batchprom"
  - "/etc/prometheus/rules/rules.cassandra"
  - "/etc/prometheus/rules/rules.front"
  - "/etc/prometheus/rules/rules.kafka"
  - "/etc/prometheus/rules/rules.apps"

# A scrape configuration containing exactly one endpoint to scrape:
# Here it's Prometheus itself.
scrape_configs:
  # The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
  - job_name: 'prometheus'

    # Override the global default and scrape targets from this job every 5 seconds.
    scrape_interval: 5s

    # metrics_path defaults to '/metrics'
    # scheme defaults to 'http'.

    static_configs:
      - targets: ['127.0.0.1:9090']


### Infrastructure autoconf ###

scrape_configs:

  - job_name: 'node_exporter'
    scrape_interval: 30s
    file_sd_configs:
      - files:
@theonlydoo

This comment has been minimized.

Copy link
Author

theonlydoo commented Dec 2, 2016

Tried to build project with javascript and html from https://github.com/prometheus/prometheus/tree/v1.3.1 it fixes the issue

@beorn7

This comment has been minimized.

Copy link
Member

beorn7 commented Dec 2, 2016

Did you try to force-reload in your browser?

@lymichaels

This comment has been minimized.

Copy link

lymichaels commented Dec 2, 2016

I ran into this issue earlier this week. I passed in a '-web.external-url' flag and had to go to that url I passed in exactly to see the query box.

Hope this helps.

@onorua

This comment has been minimized.

Copy link

onorua commented Dec 3, 2016

Basically force reload Ctrl+F5 does the trick. I believe there is no issue here.

@theonlydoo theonlydoo closed this Dec 3, 2016

@lock

This comment has been minimized.

Copy link

lock bot commented Mar 24, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Mar 24, 2019

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
You can’t perform that action at this time.