You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: β¨ add opentelemetry building blocks and using ActivitySource for collecting traces, IMeterFactory and Meter for collecting metrics and using .net ILogger besides of adding builder.Logging.AddOpenTelemetry for collecting logs.
feat: 𧱠add some Grafana dashboards for application.
feat: 𧱠add otel-collector and use OTLP/gRPC port for collecting telemetry data
feat: π integrate prometheus for collection metrics with opentelemetry and otel-collector.
feat: π integrate jaeger, tempo and zipkin for collection tracer with opentelemetry and otel-collector.
feat: π integrate loki and elastic-search kibana for collection logs with opentelemetry and otel-collector.
feat: π add aspire-dashboard for collecting telemetry data in development mode through OTLP/gRPC port.
feat: 𧱠add docker-compose for infrastructure and application services.
feat: 𧱠add k8s manifest for infrastructure and application services.
feat: β¨ add kiota for generating api client besides of existing connectted service client.