Skip to content

Couldn't make Graphite work #4

Description

@mgulden

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions