Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use this to push historical data? #3

Closed
joernschellhaas opened this issue Aug 30, 2022 · 1 comment
Closed

Can I use this to push historical data? #3

joernschellhaas opened this issue Aug 30, 2022 · 1 comment

Comments

@joernschellhaas
Copy link

I came here from https://stackoverflow.com/a/67562080/7424510.

Suppose, I've got a temperature sensor, and I've got a list of UNIX time stamps and temperatures, like so:

[
    (1661863713, 22),
    (1661863714, 21),
    (1661863715, 22)
]

Can I push this with this client? How?

@gistart
Copy link
Owner

gistart commented Oct 27, 2022

No, you can't. It's not a specific "ingest api" client, rather it's a general purpose monitoring library.

@gistart gistart closed this as completed Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants