mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-03 14:13:06 +00:00

* feat: add global metric configuration for the profiler * style: ran java linting * fix: renamed disable to disabled * style: ran java linting * feat: ometa sdk for profiler setting * test: ingestion profiler global config tests * fix: update metric name to use MetricType Enum * fix: allow bot to retrieve settings * fix: exclude GX artifacts * feat: implement global profiler setting logic for ingestion side * fix: exclude metrics if Metric is empty * style: ran python linting * style: ran python linting * fix: skip empty metrics * style: ran python linting * fix: moved GET profiler config to seperate endpoint in system resource * fix: moved compute metric filter to MetricFilter + renamed container * fix: test failures * fix: profiler test case