envoyproxy / envoyproxy/envoy

Unexpected metric names when cluster name contains dot

オープン
#5,239 コメント 11 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug help wanted
主要言語
C++
スター
28.9k
フォーク
5.6k
平均マージ
1日 22時間
マージ済み PR(30日)
430

説明

*Title*: *Unexpected metric names when cluster name contains dot*

*Description*:
> When cluster name contains dot, cluster-specific metric names are unexpected.

*Repro steps*:
> Create a cluster with dots in its name, e.g. `foo.example.com`, and then look for cluster metrics like `envoy.cluster.upstream_rq_xx`

*Expected*:
> The metric should be named `envoy.cluster.upstream_rq_xx` with tag `envoy_cluster_name=foo.example.com`

*Actual*:
> The metric is named `envoy.cluster.example.com.upstream_rq_xx` with tag `envoy_cluster_name=foo`

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。