opencensus-python icon indicating copy to clipboard operation
opencensus-python copied to clipboard

Avoid resolving monitored resource every exported timeseries.

Open bogdandrutu opened this issue 6 years ago • 2 comments

Few more fixes:

  1. Use gke_container as resource type instead of k8s_container when provided as gke_container.
  2. Add support for k8s_container when provided in the options
  3. Use provided default_monitored_labels if type is one of gce_instance, gke_container, aws_ec2_instance.

bogdandrutu avatar Dec 05 '18 19:12 bogdandrutu

_default_labels is for metric labels not for resource labels.

bogdandrutu avatar Dec 05 '18 21:12 bogdandrutu

After talking to @bogdandrutu we'll wait on this and #426 until adding support for resources.

c24t avatar Dec 06 '18 00:12 c24t