Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 0 additions & 79 deletions res/metrics-pipeline-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,45 +242,6 @@
"remap": null,
"buckets": null
},
{
"name": "workload_rtt_seconds",
"type": "histogram",
"filters": [
{
"key": "TimeFlowRttNs",
"value": "",
"type": "presence"
}
],
"valueKey": "TimeFlowRttNs",
"labels": [
"SrcK8S_Namespace",
"DstK8S_Namespace",
"K8S_FlowLayer",
"SrcSubnetLabel",
"DstSubnetLabel",
"SrcK8S_OwnerName",
"DstK8S_OwnerName",
"SrcK8S_OwnerType",
"DstK8S_OwnerType",
"SrcK8S_Type",
"DstK8S_Type"
],
"remap": null,
"buckets": [
0.005,
0.01,
0.02,
0.03,
0.04,
0.05,
0.075,
0.1,
0.25,
1
],
"valueScale": 1000000000
},
{
"name": "workload_drop_packets_total",
"type": "counter",
Expand Down Expand Up @@ -338,46 +299,6 @@
],
"remap": null,
"buckets": null
},
{
"name": "workload_dns_latency_seconds",
"type": "histogram",
"filters": [
{
"key": "DnsId",
"value": "",
"type": "presence"
}
],
"valueKey": "DnsLatencyMs",
"labels": [
"SrcK8S_Namespace",
"DstK8S_Namespace",
"K8S_FlowLayer",
"SrcSubnetLabel",
"DstSubnetLabel",
"SrcK8S_OwnerName",
"DstK8S_OwnerName",
"SrcK8S_OwnerType",
"DstK8S_OwnerType",
"SrcK8S_Type",
"DstK8S_Type",
"DnsFlagsResponseCode"
],
"remap": null,
"buckets": [
0.005,
0.01,
0.02,
0.03,
0.04,
0.05,
0.075,
0.1,
0.25,
1
Comment on lines -354 to -378
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jpinsonneau would reducing labels and buckets help?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will help a bit but you will still face the same issue after some time 😸
The safest way is to remove these

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay, sounds good. Once you rebase, I'll give it a go.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 it's already based on 1.8 branch 😮

],
"valueScale": 1000
}
],
"prefix": "on_demand_netobserv_",
Expand Down