postgresql - Aspire 9.1 and Postgres Metrics don't show up - Stack Overflow

Based on this article #metrics there should be some metrics for postgres shown on the aspire dashboard.

Based on this article #metrics there should be some metrics for postgres shown on the aspire dashboard.

I added postgres like this

IResourceBuilder<PostgresDatabaseResource> postgres =
    builder.AddPostgres("postgres").WithPgAdmin().AddDatabase("ConfigurationDb").WithDaprSidecar();

IResourceBuilder<ProjectResource> configurationService = builder.AddProject<Exoda_Configuration>("configuration")
                                                                .WithSwaggerUi()
                                                                .WithScalar()
                                                                .WithReDoc()
                                                                .WithReference(postgres)
                                                                .WaitFor(postgres)
                                                                .WithDaprSidecar();

builder.AddProject<Exoda_Web>(AspireResourceNames.WebFrontend)
       .WithExternalHttpEndpoints()
       .WithReference(cache)
       .WaitFor(cache)
       .WithReference(configurationService)
       .WaitFor(configurationService)
       .WithDaprSidecar();

The postgres metrics does not show up anywhere in the dashboard. Am I missing something?

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744855422a4597374.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信