Commit Graph

332 Commits (7ea867b4c9940c399b02785f63fde1009e97fa49)

Author SHA1 Message Date
Fabian Reinartz 119801027f web: expose a version information endpoint
10 years ago
Fabian Reinartz 39edc2df7a version: move version information into separate package.
10 years ago
Fabian Reinartz 85d7c7640a web: remove flags, refactor handlers
10 years ago
Brian Brazil 27ef54263e Web: Format files.go when it is built.
10 years ago
Julius Volz b9b20fd80e Always show selected range, regardless of returned data.
10 years ago
Julius Volz 395a0b3b11 Merge pull request #799 from prometheus/multiline-expr-input
10 years ago
Julius Volz 8bb578c1fe Change expression input field to multi-line textarea.
10 years ago
Fabian Reinartz 8d304d95e5 make: do not call go-bindata on building.
10 years ago
Fabian Reinartz 70e0be6295 Merge pull request #783 from prometheus/fabxc/api-v1-ext
10 years ago
Fabian Reinartz 7bb7e565a4 web/api: add GET and DELETE /series endpoints
10 years ago
Sindre Myren a081c9436b Building without a Makefile (on Windows)
10 years ago
Fabian Reinartz 7be94ce962 web/api: improve errors, add tests
10 years ago
Fabian Reinartz 75b0b7420e web/api: replace /metrics/names with /label/:name/values endpoint.
10 years ago
Fabian Reinartz ae01a5366d Merge pull request #774 from prometheus/fabxc/api-v1
10 years ago
Fabian Reinartz 5b713911e3 web/api: enable running API legacy and v1 in parallel
10 years ago
Julius Volz adf6850853 Improve display of target labels on status page.
10 years ago
Julius Volz 51653e7890 Merge pull request #779 from prometheus/fabxc/rule-cleanup
10 years ago
Brian Brazil b8b1d3cbac Web: Add pre-relabel labels to status page.
10 years ago
Fabian Reinartz ab9c98acac web/api: add initial API v1 implementation.
10 years ago
Fabian Reinartz 5e13880201 General cleanup of rules.
10 years ago
Fabian Reinartz e88e5f680b web: simplify prefix handling using util/route package.
10 years ago
Fabian Reinartz 78047326b4 web: cleanup initialization of web service.
10 years ago
Fabian Reinartz 280d11dca8 main: exit on invalid rule files on startup.
10 years ago
Fabian Reinartz 0de6edbdfc Move pkg/ to util/
10 years ago
Fabian Reinartz 027d8968d5 Move embed-static.sh into scripts folder
10 years ago
Fabian Reinartz f45a5cab60 Move templates package to pkg/template
10 years ago
Fabian Reinartz dfaf31a1da Move web/httputils to pkg/httputil and add DeadlineClient to it
10 years ago
Julius Volz 09fcf505f5 Fix slash position in MustBuildServerURL().
10 years ago
Julius Volz d7c015c149 Convert pathPrefix to not have trailing slash.
10 years ago
Julius Volz 837ffcea29 Merge pull request #726 from prometheus/improve-redirections
10 years ago
Tobias Gesellchen 84d42f48e5 allow to override the default os.Hostname() when creating PrometheusURLs
10 years ago
Julius Volz fcd33bbfd8 Improve web redirection and 404 behavior.
10 years ago
Björn Rabenstein c44e7cd105 Merge pull request #706 from prometheus/beorn7/persistence2
10 years ago
beorn7 3b9c421a69 Weed out all the [Gg]et* method names.
10 years ago
Julius Volz 267fd34156 Switch Prometheus to use github.com/prometheus/log.
10 years ago
Fabian Reinartz e2ed921505 Merge branch 'master' into fabxc/servdisc
10 years ago
Fabian Reinartz a216b1cb27 Merge pull request #704 from prometheus/fabxc/cfg_check
10 years ago
Fabian Reinartz ec9c51ab98 Fix old template naming
10 years ago
Fabian Reinartz 5d3024fd3e Restructure component initialization
10 years ago
Mitsuhiro Tanda 3e914a8cb1 fix graph links with path prefix
10 years ago
Fabian Reinartz 385919a65a Avoid inter-component blocking if ingestion/scraping blocks.
10 years ago
Fabian Reinartz 1a2d57b45c Move template functionality out of target.
10 years ago
Fabian Reinartz dbc08d390e Move target status data into its own object
10 years ago
Fabian Reinartz bb540fd9fd Implement config reloading on SIGHUP.
10 years ago
Fabian Reinartz 3b0777ff84 Merge branch 'master' into fabxc/servdisc
10 years ago
Fabian Reinartz eeca323d24 Merge branch 'master' into promql
10 years ago
Fabian Reinartz 6649306e63 Merge pull request #660 from prometheus/fabxc/pql/parse-errs
10 years ago
Fabian Reinartz 279831cdf1 Fix and improve parsing error output.
10 years ago
Fabian Reinartz 8d7c479fed Merge pull request #658 from prometheus/fabxc/pql/rules-manager
10 years ago
Fabian Reinartz 479891c9be Rename RuleManager to Manager, remove interface.
10 years ago
Fabian Reinartz 25cdff3527 Remove `name` arg from `Parse*` functions, enhance parsing errors.
10 years ago
Fabian Reinartz 3ca11bcaf5 Switch Prometheus to promql package.
10 years ago
Fabian Reinartz 5015c2a0e8 Make target manager source based.
10 years ago
Brian Brazil c3a2b63fe9 Add stddev and stdvar aggregation functions.
10 years ago
Ceesjan Luiten 6f5f33bd4d #625 Fix incorrect consoles URL
10 years ago
Ceesjan Luiten 0e18784c64 Make all paths absolute to support proxies
10 years ago
Julius Volz 33702da8a8 Use simple Now() func in API instead of utility.Time.
10 years ago
Julius Volz a5a553f1da Add initial HTTP API tests.
10 years ago
Julius Volz 3f2686d0b3 Remove unused fields from MetricsService.
10 years ago
Julius Volz c8a6b73bff Merge pull request #606 from prometheus/custom-instant-timestamps
10 years ago
Julius Volz c9b76def4c Report all query API HTTP errors in JSON format.
10 years ago
Julius Volz ea8a12db59 Also fix label HTML-escaping in console graphs.
10 years ago
Julius Volz 8f6ef04d70 HTML-escape label values in Rickshaw hover-detail.
10 years ago
Julius Volz df314ead84 Remove unnecessary "else" branch in query API.
10 years ago
Julius Volz a68b880c27 Add tests for new timestamp/duration functions.
10 years ago
Julius Volz cb816ea14a Improve timestamp/duration parsing in query API.
10 years ago
Julius Volz 8a4acefd66 Allow custom timestamps in instant query API.
10 years ago
Julius Volz c78436d707 Remove unused API time dependency injection.
10 years ago
Björn Rabenstein 942686427d Merge pull request #596 from prometheus/beorn7/ingestion-tweaks
10 years ago
Julius Volz 6fa510d6fa More fixes around special values in graphs.
10 years ago
beorn7 fa1935a644 Remove /api/targets call and do not show job and instance labels on status.
10 years ago
beorn7 be11cb2b07 Remove the sample ingestion channel.
10 years ago
Julius Volz 91da12ad6a Show special float values as gaps.
10 years ago
Julius Volz 52ce3599c9 Nicer formatting of target health table on /status.
10 years ago
juliusv 5a4fe403ff Merge pull request #514 from prometheus/fix-graph-js-errors
10 years ago
Julius Volz 989bc86bcb Make flag names consistent across projects.
10 years ago
Tobias Schmidt 655dffe393 Update help URL
10 years ago
Julius Volz 0229a89925 Fix graph JS glitches and simplify graphing code.
10 years ago
Julius Volz 0e8c0b67ad Remove custom hover flip code. Fixed upstream.
10 years ago
Julius Volz 517a731ebf Show unlimited number of metrics in autocomplete.
10 years ago
juliusv 9e6b3bcefa Merge pull request #498 from fabxc/feature/query_timeout
10 years ago
Fabian Reinartz fa1e90003b Query timeout added.
10 years ago
Julius Volz b3978fe869 Fix Rickshaw/D3 version mismatch.
10 years ago
Bjoern Rabenstein f568bbc19f Improve comments about embedding.
10 years ago
Tobias Schmidt edadba3b25 Merge web/blob/Makefile into web/Makefile
10 years ago
Björn Rabenstein 855f20a4d3 Merge pull request #470 from prometheus/beorn7/slim-static-assets
10 years ago
Bjoern Rabenstein 3fc354c4ce Update help link.
10 years ago
Bjoern Rabenstein 7e5745fe0e Slim down the files we embed into the binary.
10 years ago
Julius Volz d4374a9265 More efficient JSON query result format.
10 years ago
Brian Brazil 2b07cd3875 Keep total counter outside out loop.
10 years ago
juliusv 351a1eb96b Merge pull request #457 from brian-brazil/bootstrap3
10 years ago
Brian Brazil 2d8bfa0ced Adjust for bootstrap3. Remove long lists from LHS menu.
10 years ago
Björn Rabenstein edc91cbabb Merge pull request #456 from prometheus/beorn7/license-cleanup
10 years ago
Stuart Nelson 8ada6360ef Add floats to align inputs, and clear the float on the parent.
10 years ago
Bjoern Rabenstein 5859b74f1b Clean up license issues.
10 years ago
Julius Volz 4133020de1 Align graph controls with graph edge.
10 years ago
Julius Volz 12a99ab5b4 Some more UI/JS fixes/cleanups.
10 years ago
Julius Volz 013c22ca01 Adjust input group margins for more equal spacing.
10 years ago
Julius Volz 170da9460d Focus/typeahead fix.
10 years ago
Julius Volz d96d4933d9 Complete Bootstrap 3 conversion.
10 years ago