Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
40905b2d
Commit
40905b2d
authored
Nov 08, 2017
by
Julius Volz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove done items from the roadmap
parent
d08d90e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
roadmap.md
content/docs/introduction/roadmap.md
+0
-29
No files found.
content/docs/introduction/roadmap.md
View file @
40905b2d
...
...
@@ -11,35 +11,6 @@ features and current work, see the issue trackers for the various repositories,
for example, the
[
Prometheus
server](https://github.com/prometheus/prometheus/issues).
### New storage engine
A new more efficient storage engine is in development. It will offer reduced
resource usage, better inverted indexes, and generally allow Prometheus to
scale further.
### Long-term storage
Currently Prometheus has support for storing samples on local disk, as well as
experimental support for sending data into remote systems via a generic mechanism.
Example receivers exist for a
[
variety of TSDBs
](
https://github.com/prometheus/prometheus/tree/master/documentation/examples/remote_storage
)
.
We plan to add read-back support from other TSDBs via a generic mechanism in Prometheus,
such as
[
Cortex
](
https://github.com/weaveworks/cortex
)
.
GitHub issue:
[
#10
](
https://github.com/prometheus/prometheus/issues/10
)
### Improved staleness handling
Currently Prometheus omits time series from query results if the timestamp for
which the query is executed is more than 5 minutes away from the nearest
sample. This means that time series will grow "stale" in instant queries after
not receiving samples for 5 minutes. This currently prevents usage of
client-side timestamps from the Pushgateway or CloudWatch Exporter, which might
indicate a time more than 5 minutes in the past. We plan on only considering a
time series stale if it was not present in the most recent scrape.
GitHub issue:
[
#398
](
https://github.com/prometheus/prometheus/issues/398
)
### Server-side metric metadata support
At this time, metric types and other metadata are only used in the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment