Fabian Reinartz
bc7aff8cef
retrieval: extract scrape cache
8 years ago
Julius Volz
e0f046396a
Fix InfluxDB retention policy usage in read adapter ( #2781 )
8 years ago
Stephan Erb
14eee34da3
Update vendored go-zookeeper client ( #2778 )
...
It is likely this will fix #2758 .
8 years ago
Benjamin
51626f2573
change deprecated maintainer to label ( #2724 )
8 years ago
Conor Broderick
6766123f93
Replace regex with Secret type and remarshal config to hide secrets ( #2775 )
8 years ago
Brian Brazil
d66799d7f3
Show gaps in graphs. ( #2766 )
...
Fixes #345
8 years ago
Brian Brazil
72a276e7ed
Pass through storage errors in limitAppender.
8 years ago
Fabian Reinartz
a83014f53c
retrieval: fix memory leak and consumption for caches
8 years ago
Tobias Schmidt
2a426bfead
Revert "Use tag names consistently ( #2743 )"
...
Apparently, a decision was made at some point to only use the v prefix
in tags and similar contexts where other things can appear. There was a
vote to stick to that decision. For more information, read
https://github.com/prometheus/prometheus/pull/2743 .
This reverts commit 5405a4724f
.
8 years ago
Fabian Reinartz
ab0ce4a8d9
*: cut v2.0.0-alpha.1
8 years ago
Fabian Reinartz
8fef036078
Merge pull request #2765 from prometheus/memmap
...
retrieval: Don't allocate map on every scrape
8 years ago
Fabian Reinartz
3d8661b8d5
Add comment
8 years ago
Fabian Reinartz
43ca652217
retrieval: Don't allocate map on every scrape
8 years ago
Fabian Reinartz
4c31061251
Merge branch 'master' into dev-2.0
8 years ago
Fabian Reinartz
025f5531ad
Merge pull request #2681 from prometheus/grobie/reduce-noisy-append-errors
...
Handle errSeriesDropped correctly
8 years ago
Fabian Reinartz
d3f662f15e
Merge branch 'dev-2.0' into grobie/reduce-noisy-append-errors
8 years ago
Brian Brazil
e5f94145b8
Drop series for federation if latest sample is stale.
8 years ago
Brian Brazil
220e78b9c3
Consider a series stale after 4.1 intervals with no data.
...
To cover the cases where stale markers may not be available,
we need to infer the interval and mark series stale based on that.
As we're lacking stale markers this is less accurate, however
it should be good enough for these cases.
We need 4 intervals as if say we had data at t=0 and t=10,
coming via federation. The next data point should be at t=20 however it
could take up to t=30 for it actually to be ingested, t=40 for it to be
scraped via federation and t=50 for it to be ingested.
We then add 10% on to that for slack, as we do elsewhere.
8 years ago
Brian Brazil
c02c25d5ba
Allow peeking back further in buffer.
8 years ago
Fabian Reinartz
10d8b6b633
Merge pull request #2764 from prometheus/nullparse
...
pkg/textparse: allow null bytes in label values
8 years ago
conorbroderick
9c953064c3
check if result is a scalar in order to display correct number of returned time series
8 years ago
Fabian Reinartz
bdc763f95f
pkg/textparse: allow null bytes in label values
8 years ago
Brian Brazil
dcea3e4773
Don't append a 0 when alert is no longer pending/firing
...
With staleness we no longer need this behaviour.
8 years ago
Brian Brazil
cc867dae60
Copy previous series and alert state more intelligently.
...
Usually rules don't more around, and if they do it's likely
that rules/alerts with the same name stay in the same order.
If rules/alerts with the same name are added/removed this
could cause a blip for one cycle, but this is unavoidable
without requiring rule and alert names to be unique - which we don't
want to do.
8 years ago
Brian Brazil
9bc68db7e6
Track staleness per rule rather than per group.
8 years ago
Brian Brazil
0451d6d31b
Add unittest for rule staleness, and rules generally.
8 years ago
Brian Brazil
0400f3cfd2
Very basic staleness handling for rules.
8 years ago
Brian Brazil
9aa8f822c1
Fix typo
8 years ago
Fabian Reinartz
09fcbf78df
Merge pull request #2755 from brancz/redirect-prefix
...
prefix redirect with external url path
8 years ago
Tobias Schmidt
5405a4724f
Use tag names consistently ( #2743 )
8 years ago
Fabian Reinartz
fa58fdbd5d
Merge pull request #2753 from prometheus/uptsdb2
...
storage: update TSDB
8 years ago
Frederic Branczyk
ad22606a3d
web: prefix redirect with ExternalURL path
8 years ago
Frederic Branczyk
45df5c2daf
Merge branch 'release-1.6'
8 years ago
Fabian Reinartz
d289dc55c3
storage: update TSDB
8 years ago
Fabian Reinartz
ea09299ca5
pkg/textparse: handle trailing labels comma ( #2752 )
8 years ago
Jacky Wu
75b89739de
Fix go version hint. ( #2750 )
8 years ago
Fabian Reinartz
10cccd2e45
Bump version file
8 years ago
Frederic Branczyk
7d17ecbd48
Merge pull request #2735 from brancz/cut-1.6.3
...
cut 1.6.3
8 years ago
Frederic Branczyk
53a2bd71b9
*: cut 1.6.3
8 years ago
Tobias Schmidt
2ae2b663a9
Create sha256 checksums file during release
8 years ago
Tom Wilkie
e9787382b4
Ensure ewma int64s are always aligned. ( #2675 )
8 years ago
Frederic Branczyk
363554f675
Merge pull request #2739 from Conorbro/stack-graph-fix
...
Fixed graph ui max/min logic to accommodate for toggling of stacked graph option
8 years ago
conorbroderick
9287a01bbf
Fixed fixed yaxis of stacked graph being cut off
8 years ago
Frederic Branczyk
b916b3784b
Merge pull request #2731 from brancz/lset-non-cloned
...
notifier: clone and not reuse LabelSet in AM discovery
8 years ago
Frederic Branczyk
94e8b43aae
notifier: clone and not reuse LabelSet in AM discovery
8 years ago
Fazal Majid
0e05cccfbd
updated logrus so Prometheus can build on Solaris/Illumos ( #2733 )
8 years ago
Brian Brazil
0920972f79
Initilise scraped sample map, and rename to series map.
8 years ago
Brian Brazil
bf38963118
Plumb through logger with target field to scrape loop.
8 years ago
Brian Brazil
d657d722dc
Log count of dupliates/out of order samples as warnings.
...
Keep log of each sample as debug log.
8 years ago
Brian Brazil
8b9d3e7547
Put end of run staleness handler in seperate function.
...
Improve log message.
8 years ago