Howard Yoo
Howard Yoo
# Problem Statement There is an edge case where the TaskMetadata's given input or output dataset would have dataset that does NOT have the Fields populated ( dataset.fields = []...
If we attach the special agent dynamically to a running server, we would get the tracing. However, how do we disable the tracing on the fly without shutting down the...
I've been testing opentelemetry SDK (python) to report counters, gauges to OTEL collector, and found out that when using `PeriodicExportingMetricReader` to periodically report the collected measurements, even though there is...
This EPIC is to implement `over time` features in Marquez where lineage information would be queried based on the `time period` given. Using this feature, the query could get lineages...
# Problem Today's Marquez UI displays lineage graph based on either the dataset or job chosen in dataset or job list. While this is good for a general use, there...
# Problem The current `--statsd.relay.address` is a handy feature to forward received statsd metrics to another statsd compliant listener. However, in current implementation, you can only set a single target...
**Problem Statement** As mentioned in https://opentelemetry.io/docs/languages/python/automatic/configuration/, there is a mention of `OTEL_PYTHON_LOG_CORRELATION` which when set to true, will automatically inject trace id and span id in context to python's logs:...
### Description We have had a successful release of OTEL support for Airflow that covered `metrics` part. Now, the time is right to move into the next chapter, where we'd...
wavefront version utilizes pointTags in the builder so that global point tags can be used to transmit message over kafka.
closes: #41840 This PR addresses features mentioned in above issue, that OTEL traces will now be able to collect user-defined resources via OTEL_RESOURCE_ATTRIBUTES. Also, in addition to this, the PR...