Murphy Chen

Results 25 comments of Murphy Chen

> Istio support was https://github.com/open-telemetry/opentelemetry-helm-charts/pull/715 about a month ago. https://github.com/open-telemetry/opentelemetry-helm-charts/pull/715 is about making service name align istio's standard, not about adding an istio sidecar inject label, if I'm wrong, please...

you can check this metrics: ``` rate(otelcol_connector_servicegraph_total_edges[1m]) rate(otelcol_connector_servicegraph_expired_edges[1m]) ``` It can help you get know about the edges in store.

@nengc I think `cluster_name ` and `table_engine ` in https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/clickhouseexporter#configuration-options wil achive your goal

@bourbonkk I think current PR can't avoid the prefixing of dimensions, you need to focus on `upsertDimensions`. There is also a use case for adding prefixes to dimensions https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16002. I...

@bourbonkk As the README doc said: > Additional labels can be included using the dimensions configuration option. Those labels will have a prefix to mark where they originate (client or...