Brian Bills
07/05/2022, 6:11 PMBrian Bills
07/05/2022, 6:26 PMRahul Tiwari
07/06/2022, 6:06 AMBlake Romano
07/06/2022, 2:04 PMAshu
Dashboards
(screenshot attached)
• Support for formulae based on queries to plot complex metrics (screenshot attached)
• Support for native ClickHouse queries for advanced users
• Search for fields values in Services, Operations and other facets in Traces
tab
We’d love to get feedback on improvements and features.
Check out the latest release on GitHub - https://github.com/signoz/signoz and updated release notes.
For upgrading from older versions, check out migration docs.Acid Overflow
07/07/2022, 8:30 AMRitek Saxena
07/09/2022, 5:01 AMNikola Vidovic
07/09/2022, 8:41 AMNikola Vidovic
07/09/2022, 8:43 AMJan Bessels
07/11/2022, 12:57 PMAshu
Jan Bessels
07/14/2022, 8:42 AMEdson F Cunha
07/18/2022, 11:40 PMmanohar mirle
07/19/2022, 4:52 AMRahul K
07/19/2022, 6:06 AMRahul K
07/19/2022, 6:07 AMteja
07/19/2022, 7:40 AMteja
07/19/2022, 7:40 AMteja
07/19/2022, 7:41 AMKaouther Abrougui
07/19/2022, 2:10 PMGiorgio Ventura
07/20/2022, 2:38 AMRobert Smith
07/20/2022, 5:14 PMRobert Smith
07/20/2022, 5:18 PMBrian Richardson
07/21/2022, 1:14 PMBrian Richardson
07/21/2022, 1:15 PMBrian Richardson
07/21/2022, 1:15 PMbuilder.Services.AddOpenTelemetryTracing(tracerProviderBuilder =>
{
tracerProviderBuilder
.AddSource(serviceName)
.SetResourceBuilder(
ResourceBuilder.CreateDefault()
.AddService(serviceName: serviceName, serviceVersion: serviceVersion))
.AddOtlpExporter(otlp =>
{
otlp.Protocol = OtlpExportProtocol.Grpc;
otlp.Endpoint = new Uri(builder.Configuration["Telemetry:CollectorUrl"]);
})
.AddHttpClientInstrumentation()
.AddRedisInstrumentation()
.AddAspNetCoreInstrumentation()
.AddMassTransitInstrumentation();
});
Brian Richardson
07/21/2022, 1:16 PMAshu
Kaouther Abrougui
07/22/2022, 7:34 AMsudhanshu dev
07/24/2022, 4:04 PM