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

improvements to grafanaNet route schemas posting + post storage aggregations #466

Merged
merged 9 commits into from
Jun 23, 2021

Conversation

Dieterbe
Copy link
Contributor

@Dieterbe Dieterbe commented Jun 14, 2021

note that the storage-aggregation.conf file is now mandatory, which is a breaking change and requires a major new version release (0.15)

fix #463

BEFORE:
POST / HTTP/1.1.
Host: localhost:8080.
User-Agent: Go-http-client/1.1.

AFTER:
POST / HTTP/1.1.
Host: localhost:8080.
User-Agent: Carbon-relay-NG / 0.14.0-15-g808b038e.
note: pretty much requires validation that configured address ends on /metrics
this will help with troubleshooting schemas or bad metrics
minus the files we don't need:
indexrules.go
indexrules_test.go
init.go
retention.go
retention_test.go
schemas.go
schemas_test_files
schemas_test.go
our configparser library will happily take
a file that contains just prose and no ini data at all,
and consider it a valid file, which would result in us
using the default aggregation rules, which may be a user
mistake we'd silently cover up.

So as a caller of it, be a bit more assertive.
@Dieterbe Dieterbe changed the title WIP Improve grafanaNet route schemas posting improvements to grafanaNet route schemas posting + post storage aggregations Jun 22, 2021
@fkaleo fkaleo self-requested a review June 22, 2021 16:24
Copy link

@fkaleo fkaleo left a comment

Choose a reason for hiding this comment

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

very good job

@Dieterbe Dieterbe merged commit aa2afae into master Jun 23, 2021
@Dieterbe Dieterbe deleted the grafana-net-config-posting branch June 23, 2021 07:39
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.

Improve posting configuration on grafananet route
2 participants