Need help to configure grafana dashboard
Hi team,
I am following the steps given in https://github.com/dotnet/aspire-samples/blob/main/samples/Metrics/README.md to setup grafana dashboard. but in the startup.cs of the MetricsApp.AppHost project, the following line is giving error :
builder.AddProject<Projects.MetricsApp>("app")
.WithEnvironment("GRAFANA_URL", grafana.GetEndpoint("grafana-http"));
the type or namespace MetricsApp doesnot exist.
but it has the project reference in it.
Any sugestions.
GitHub
aspire-samples/samples/Metrics/README.md at main · dotnet/aspire-sa...
Contribute to dotnet/aspire-samples development by creating an account on GitHub.
0 Replies