mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 02:09:04 +08:00
commit
9cd6e5cabe
@ -44,7 +44,7 @@ const aggregation_options = [
|
|||||||
{
|
{
|
||||||
linked_entity: "duration",
|
linked_entity: "duration",
|
||||||
default_selected: { title: "p99", dataindex: "p99" },
|
default_selected: { title: "p99", dataindex: "p99" },
|
||||||
// options_available: [ {title:'Avg', dataindex:'avg'}, {title:'Max', dataindex:'max'},{title:'Min', dataindex:'min'}, {title:'p50', dataindex:'p50'},{title:'p90', dataindex:'p90'}, {title:'p95', dataindex:'p95'}]
|
// options_available: [ {title:'Avg', dataindex:'avg'}, {title:'Max', dataindex:'max'},{title:'Min', dataindex:'min'}, {title:'p50', dataindex:'p50'},{title:'p95', dataindex:'p95'}, {title:'p95', dataindex:'p95'}]
|
||||||
options_available: [
|
options_available: [
|
||||||
{ title: "p50", dataindex: "p50" },
|
{ title: "p50", dataindex: "p50" },
|
||||||
{ title: "p95", dataindex: "p95" },
|
{ title: "p95", dataindex: "p95" },
|
||||||
|
@ -34,7 +34,7 @@ export interface externalErrCodeMetricsItem {
|
|||||||
}
|
}
|
||||||
export interface topEndpointListItem {
|
export interface topEndpointListItem {
|
||||||
p50: number;
|
p50: number;
|
||||||
p90: number;
|
p95: number;
|
||||||
p99: number;
|
p99: number;
|
||||||
numCalls: number;
|
numCalls: number;
|
||||||
name: string;
|
name: string;
|
||||||
|
@ -47,7 +47,7 @@ export const metricsInitialState: MetricsInitialState = {
|
|||||||
topEndpointListItem: [
|
topEndpointListItem: [
|
||||||
{
|
{
|
||||||
p50: 0,
|
p50: 0,
|
||||||
p90: 0,
|
p95: 0,
|
||||||
p99: 0,
|
p99: 0,
|
||||||
numCalls: 0,
|
numCalls: 0,
|
||||||
name: "",
|
name: "",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user