electric
electric copied to clipboard
Some (all?) metrics do not get their stack_id metadatum renamed to source_id
This issue hasn't been fixed. None of the metrics we export to Honeycomb have source_id attribute.
The problem is that the otel_metric_exporter lib does not read stack_id or source_id from the measurement metadata. It takes stack_id from the resource config which is passed to it at process initialization time.
We need to clean up the way OTEL is configured because we have multiple resource configurations and detections throughout the codebase.