microsoft / microsoft/retina

unable to see the adv_drop_count in the podlevel metrics

Open
#369 4 comments 1 reaction 1 assignee Claimed by @huntergregory View on GitHub
area/metrics type/question
Dominant language
Go
Stars
3.2k
Forks
304
Avg merge
1d 19h
Merged PRs (30d)
78

Description

I am using retina in my project .
i have enabled the advance level pod metrics.
I am able to see the adv_forward_count metrics , drop_bytes, drop_count and so .
But i am unable to get the metrics of adv_drop_count . Please let me know if i have to add anything .
i have attached MetricsConfiguration file below.

```
apiVersion: retina.sh/v1alpha1
kind: MetricsConfiguration
metadata:
name: metricsconfigcrd
spec:
contextOptions:
- metricName: drop_count
sourceLabels:
- ip
- podname
- port
additionalLabels:
- direction
- reason
destinationLabels:
- ip
- podname
- port
- workload
- metricName: forward_count
sourceLabels:
- ip
- podname
- port
additionalLabels:
- direction
destinationLabels:
- ip
- podname
- port
- workload
namespaces:
include:
- default
- kube-system
```



![image](https://github.com/microsoft/retina/assets/88781436/4a2f9096-d460-4359-bcad-ae3333a766a0)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.