- 21 Apr, 2021 4 commits
-
-
Marco Pracucci authored
Signed-off-by:
Marco Pracucci <marco@pracucci.com>
-
Julien Pivotto authored
Upgrade prometheus/common to v0.21.0
-
Marco Pracucci authored
Signed-off-by:
Marco Pracucci <marco@pracucci.com>
-
Marco Pracucci authored
Signed-off-by:
Marco Pracucci <marco@pracucci.com>
-
- 20 Apr, 2021 1 commit
-
-
Julien Pivotto authored
scaleway_sd_config: be more cautious with pointers
-
- 19 Apr, 2021 2 commits
-
-
Julien Pivotto authored
Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Julien Pivotto authored
Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
- 18 Apr, 2021 1 commit
-
-
Julien Pivotto authored
return right error if any target creation fails
-
- 16 Apr, 2021 3 commits
-
-
code1305 authored
return right error if any target creation fails. Need to wrap the right error. Signed-off-by:
Anshul <anshulkhandelwal.nitj@gmail.com>
-
Bartlomiej Plotka authored
* Instrumented circular storage. Fixes: https://github.com/prometheus/prometheus/issues/8708 Fixes: https://github.com/prometheus/prometheus/issues/8707 Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Fixed CB. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Addressed Julien comments. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com> * Addressed Callum comments. Signed-off-by:
Bartlomiej Plotka <bwplotka@gmail.com>
-
Julien Pivotto authored
update redirected url
-
- 15 Apr, 2021 2 commits
-
-
Łukasz Mierzwa authored
* Upgrade bootstrap and reactstrap to the latest version Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Add SASS support node-sass is needed for cra to handle SCSS files instead of pure CSS. Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Add a dark theme This adds a dark theme and UI controls to switch between themes. Dark theme will require some CSS changes that will follow in future commits. Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Add a margin to Prometheus brand There is no space between 'Prometheus' brand text and the toggle button when using mobile device. This adds a margin to the button that's only rendered on mobile Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Add a dark theme for CollapsibleAlertPanel Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Add a dark theme for RulesContent Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Add a dark theme for Config Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Use bootstrap classes for margins We can override margins via bootstrap css classes instead of loading custom css module. Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Add a dark theme for QueryStatsView Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Add a dark theme for MetricsExplorer Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Add a dark theme for 'Clear time' button This button had some custom css based on light bootstrap theme so it needs to be adjusted for dark theme. This change re-uses bootstrap styles used for input components instead of copying color values Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Add dark theme for Graph panel input This makes the whole input group look consistent in dark mode as the old styles were made to blend it with the default bootstrap theme. Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Add a dark theme for CME expression input This change splits current CME theme into 3: 1 - base theme used for both light and dark mode 2 - light mode specific theme that overrides base 3 - dark mode specific theme that overrides base To make it all work we also need to move theme to dynamic config, so when theme value in ThemeContext changes CME input will apply a new theme. Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Add a dark theme for /graph page tabs Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Fix metrics explorer modal scroll bootstrap-dark breaks scrolling on the metrics modal, so we need an extra rule to fix that. Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Move App.css rules to themes/_shared.scss This completes splitting styles into light and dark theme. It also fixes some small issues with themes as now all styles from App.css are applied correctly. Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Move html{} styles to a dedicated file html block is root document so styles for it cannot be nested under theme classes. Move it out and add a bit of documentation to explain what which file does. Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Fix reboot styles overriding other FontAwesome classes Both bootstrap themes we use import reboot classes (https://getbootstrap.com/docs/4.6/content/reboot/ ) which has the side effect of overriding other classes. We need reboot to be applied as defaults for the browser, so it needs to be moved out of theme class selectors. But because reboot requires scss variables we need to feed it something, for that we use the default light theme, so it gets imported there and browser will use style of the default theme to reset default (unthemed) styles. Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com> * Move codicon font to app.scss This needs to be applied globally, not per theme. Signed-off-by:
Łukasz Mierzwa <l.mierzwa@gmail.com>
-
nberkley authored
* Add support for --storage.tsdb.max-chunk-size to suport small chunks for space limited prometheus instances. Signed-off-by:
Nathan Berkley <nberkley@tripadvisor.com> * Update tsdb/compact.go Co-authored-by:
Bartlomiej Plotka <bwplotka@gmail.com> Signed-off-by:
Nathan Berkley <nberkley@tripadvisor.com> * Update tsdb/db.go Co-authored-by:
Bartlomiej Plotka <bwplotka@gmail.com> Signed-off-by:
Nathan Berkley <nberkley@tripadvisor.com> * Update cmd/prometheus/main.go Co-authored-by:
Bartlomiej Plotka <bwplotka@gmail.com> Signed-off-by:
Nathan Berkley <nberkley@tripadvisor.com> * Change naming scheme to Signed-off-by:
Nathan Berkley <nberkley@tripadvisor.com> * Add a lower bound to --storage.tsdb.max-block-chunk-segment-size Signed-off-by:
Nathan Berkley <nberkley@tripadvisor.com> * Update storage.md to explain what a chunk segment is Signed-off-by:
Nathan Berkley <nberkley@tripadvisor.com> * Apply suggestions from code review Co-authored-by:
Ganesh Vernekar <15064823+codesome@users.noreply.github.com> Signed-off-by:
Nathan Berkley <nberkley@tripadvisor.com> * Force tests Signed-off-by:
Nathan Berkley <nberkley@tripadvisor.com> * Fix code style Signed-off-by:
Nathan Berkley <nberkley@tripadvisor.com> Co-authored-by:
Bartlomiej Plotka <bwplotka@gmail.com> Co-authored-by:
Ganesh Vernekar <15064823+codesome@users.noreply.github.com>
-
- 14 Apr, 2021 2 commits
-
-
Julien Pivotto authored
Bump cm-promql to v0.15.0
-
zhangshj authored
Signed-off-by:
zhangshj <zhangshj@inspur.com>
-
- 13 Apr, 2021 8 commits
-
-
Julien Pivotto authored
* Enable parsing strings in humanize functions This is useful to humanize count_values or buckets labels. Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Augustin Husson authored
Signed-off-by:
Augustin Husson <husson.augustin@gmail.com>
-
Augustin Husson authored
Signed-off-by:
Augustin Husson <husson.augustin@gmail.com>
-
Augustin Husson authored
Signed-off-by:
Augustin Husson <husson.augustin@gmail.com>
-
Ben Kochie authored
Update Makefile.common
-
Bogdan Drutu authored
Signed-off-by:
Bogdan Drutu <bogdandrutu@gmail.com>
-
Julien Pivotto authored
This makes it clear that the dockerswarm package does more than docker swarm, but does also docker. I have picked moby as it is the upstream name: https://mobyproject.org/ There is no user-facing change, except in the case of a bad configuration. Previously, a user who would have a bad docker sd config would see an error like: > field xx not found in type dockerswarm.plain Now that error would be turned into: > field xx not found in type moby.plain While not perfect, it should at not be confusing between docker and dockerswarm. Signed-off-by:
Julien Pivotto <roidelapluie@inuits.eu>
-
Ben Kochie authored
* Bump promu to latest release. * Bump golangci-lint to latest release. * Add nolint to intentional error. Signed-off-by:
Ben Kochie <superq@gmail.com>
-
- 12 Apr, 2021 4 commits
-
-
Christian Simon authored
Signed-off-by:
Christian Simon <simon@swine.de>
-
Ben Kochie authored
Simplify "I need help" wording and links * Point directly prometheus.io/community. * Add link to commercial support page. Signed-off-by:
Ben Kochie <superq@gmail.com>
-
Julien Pivotto authored
Fix golint issue caused by typo
-
Guangwen Feng authored
Signed-off-by:
Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
-
- 11 Apr, 2021 1 commit
-
-
Augustin Husson authored
Signed-off-by:
Augustin Husson <husson.augustin@gmail.com>
-
- 07 Apr, 2021 1 commit
-
-
Augustin Husson authored
* bump cm-promql to v0.14.1 Signed-off-by:
Augustin Husson <husson.augustin@gmail.com> * enhancement a bit the way to build the codemirror PromQL extension Signed-off-by:
Augustin Husson <husson.augustin@gmail.com>
-
- 05 Apr, 2021 2 commits
-
-
jinglina authored
Signed-off-by:
Christina Jing (荆丽娜) <jinglina_lc@inspur.com>
-
Julien Pivotto authored
Changelog: Add hyperlinks to PRs
-
- 04 Apr, 2021 8 commits
-
-
Conor Evans authored
Signed-off-by:
Conor Evans <coevans@tcd.ie>
-
Conor Evans authored
Signed-off-by:
Conor Evans <coevans@tcd.ie>
-
Conor Evans authored
Signed-off-by:
Conor Evans <coevans@tcd.ie>
-
Conor Evans authored
Signed-off-by:
Conor Evans <coevans@tcd.ie>
-
Conor Evans authored
Signed-off-by:
Conor Evans <coevans@tcd.ie>
-
Conor Evans authored
Signed-off-by:
Conor Evans <coevans@tcd.ie>
-
Conor Evans authored
Signed-off-by:
Conor Evans <coevans@tcd.ie>
-
Conor Evans authored
Signed-off-by:
Conor Evans <coevans@tcd.ie>
-
- 02 Apr, 2021 1 commit
-
-
Julien Pivotto authored
typos correct
-