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

Feature/write params #85

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kkdev163
Copy link
Collaborator

该RP支持了该issue: #58

当前的实现思路,是将写参数拼接到每个point前。在发送http post请求前,拆出写参数, 将相同写参数的点进行gzip压缩,再批量发送。

引起的设计变更主要有:
- 每个点前拼接写参数,引起冗余存储
- gzip压缩移到了发送http请求前会增加写失败时,本地文件存储的大小。

若有更好的设计思路,欢迎讨论。。

Copy link

@lhl-1983 lhl-1983 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

请问下,这个prometheus在配置远端存储的API接口地址写指向influxd-gateway的url该怎么写?

@shell909090
Copy link
Owner

@lhl-1983 我看了三遍没看懂你的问题,请问你的问题应该这么分解么?
请问下,这个(prometheus在(配置远端存储的API接口地址)写指向influxd-gateway)的url该怎么写?

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

Successfully merging this pull request may close these issues.

3 participants