-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels