deepflowio / deepflow-app

GNU Affero General Public License v3.0
11 stars 9 forks source link

feat: add l7_protocol enum value #265

Closed taloric closed 2 months ago

taloric commented 2 months ago

issue: found that l7_protocol_str in some case is different from Enum(l7_protocol) real data store in Clickhouse:

┌─l7_protocol─┬─l7_protocol_str─┐
│           0 │                 │
│          20 │ HTTP_TLS        │
│          20 │ http            │
│          20 │ HTTP            │
│          21 │ HTTP2           │
│          21 │ HTTP2_TLS       │
│          41 │ gRPC            │
│          60 │ MySQL           │
│          61 │ PostgreSQL      │
│          80 │ Redis           │
│         102 │ AMQP            │
│         120 │ DNS             │
│         121 │ TLS             │
└─────────────┴─────────────────┘