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

handling of metrics with : colon in them seems broken #140

Open
ericxnelson opened this issue Mar 11, 2020 · 1 comment
Open

handling of metrics with : colon in them seems broken #140

ericxnelson opened this issue Mar 11, 2020 · 1 comment

Comments

@ericxnelson
Copy link

I'm just finishing up migrating from carbon to graphouse/clickhouse and found that we have a bunch of snmp metrics that failed to backfill/load. I can work around this by using numeric MIBs but thought that I should add an issue here to help others in case they don't have that workaround.

Something like the following will work on graphite/carbon but fails to ingest into clickhouse/graphouse.

root@admin02:~# echo "test.bash.st-a::ts 42 `date +%s`" | nc localhost 2023                                           
root@admin02:~# echo "test.bash.st-a::ts 42 `date +%s`" | nc localhost 2023
root@admin02:~# echo "test.bash.st-a::ts 42 `date +%s`" | nc localhost 2023 ```
@ArtemChekunov
Copy link

@ericxnelson

I got a similar issue

but in your case, it may be a problem with metric-validation settings
looks like :: is not allowed

graphouse.metric-validation.regexp=[-_0-9a-zA-Z\\.]*$

https://github.com/ClickHouse/graphouse/blob/master/src/main/resources/graphouse-default.properties#L90

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