flaviostutz / flaviostutz/dockerwall
Container names being displayed only as "id" instead of name in metric dockerwall_dropped_packets
- Dominant language
- Go
- Stars
- 18
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
dockerwall_dropped_packets{destination="172.16.166.20",id="3cf3a3c429b0860",instance="192.168.26.10:50000",job="master10",name="3cf3a3c429b0860",port="49926",protocol="tcp"} | 1
-- | --
dockerwall_dropped_packets{destination="172.16.166.20",id="3cf3a3c429b0860",instance="192.168.26.10:50000",job="master10",name="3cf3a3c429b0860",port="50580",protocol="tcp"} | 2
dockerwall_dropped_packets{destination="172.16.166.20",id="3cf3a3c429b0860",instance="192.168.26.10:50000",job="master10",name="3cf3a3c429b0860",port="62341",protocol="tcp"} | 2
dockerwall_dropped_packets{destination="172.16.166.20",id="3cf3a3c429b0860",instance="192.168.26.10:50000",job="master10",name="3cf3a3c429b0860",port="63410",protocol="tcp"}
As shown above, some metrics do not display the container name. In place of the name only the container ID is displayed.
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the code that generates the dockerwall_dropped_packets metric and assigns its container labels. Reproduce the reported output with a dropped-packets metric, then verify that the name label shows the container name rather than its ID while retaining the ID label separately.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking, observability
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100