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

Couldn't make Graphite work #4

Open
mgulden opened this issue Sep 24, 2018 · 1 comment
Open

Couldn't make Graphite work #4

mgulden opened this issue Sep 24, 2018 · 1 comment

Comments

@mgulden
Copy link

mgulden commented Sep 24, 2018

I installed Metrics.Net.Graphite and i started instance with following code;
Metric.Config .WithHttpEndpoint("http://localhost:1234/") .WithAllCounters() .WithInternalMetrics() .WithReporting(config => config.WithGraphite(new Uri("net.udp://localhost:2003"), TimeSpan.FromSeconds(1)));

Also i started hopsoft/graphite-statsd (https://github.com/hopsoft/docker-graphite-statsd) docker container.

And i modify opt/graphite/conf/storage-schemas.conf --> click for screenshot

Graphite and carbon looks like working, but i couldn't see and data that i send.

Is there any guide for configuration graphitie?

Thanks and regards

@mgulden
Copy link
Author

mgulden commented Sep 24, 2018

Hi, i find the problem.

Container was configured to work from tcp, and i used udp with metrics.net graphite configuration. After changing code like below it worked. Thanks.

docker config

Graphite webapp interface

Thanks

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

1 participant