Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Metrics for incoming connections #8

@cezarsa

Description

@cezarsa

Currently only metrics for incoming connections are being tracked.
This happens due to https://github.com/tsuru/bs/blob/master/metric/conntrack.go#L52 only reading IP/Ports from Metas[0] which tracks original connection IPs. If we want also to add metrics for incoming connections we need to read Metas[1] which tracks reply IPs so we can match the src reply IP with the container IP.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions