influxdata / influxdata/influxdb

Insert data before the current time

Open
#20,102 0 comments 0 reactions 0 assignees View on GitHub
area/2.x
Dominant language
Rust
Stars
31.7k
Forks
3.7k
Avg merge
13h 37m
Merged PRs (30d)
8

Description

__Proposal:__
Short summary of the feature.

There is a scenario where the results of the analysis of big data, but the execution time of this task is very long, the analysis report/results of this task will be stored in influxdb for easy business retrieval, but I found that if you specify a timestamp (most of them are before the current time) , The time written to influxdb is all from the current time.

__Current behavior:__
Describe what currently happens.

__Desired behavior:__
Describe what you want.
I think it is possible to specify a timestamp instead of the default writing time

__Alternatives considered:__
For example, logstash reads the time format in the log and replaces it with the timestamp stored in the ES

__Use case:__
Why is this important (helps with prioritizing requests)?

__Version__
influxdb 2.0.1 rest api

__Detail__
pastman
![image](https://user-images.githubusercontent.com/15261765/99653642-3ead4000-2a94-11eb-854e-ca1b71ad7923.png)

influxdb dasbboard
![image](https://user-images.githubusercontent.com/15261765/99653612-33f2ab00-2a94-11eb-803e-24f58c58a27b.png)

Contributor guide

Open the contributing guide

Research direction

No repository file or test is named. Start by reproducing the InfluxDB 2.0.1 REST API write with a historical timestamp and compare the stored timestamp with the request. Done means writes can preserve an explicitly supplied timestamp instead of always using the current time.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
api, databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.