envoyproxy / envoyproxy/envoy

Unexpected metric names when cluster name contains dot

Open
#5,239 11 comments 0 reactions 0 assignees View on GitHub
bug help wanted
Dominant language
C++
Stars
28.9k
Forks
5.6k
Avg merge
1d 22h
Merged PRs (30d)
430

Description

*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`

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.