mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 12:52:13 +00:00
fix(ingest/spark): Fixing Micrometer warning (#10882)
This commit is contained in:
parent
643ba0c5cf
commit
642fb404ec
@ -346,8 +346,10 @@ Use Java 8 to build the project. The project uses Gradle as the build tool. To b
|
||||
|
||||
+
|
||||
## Changelog
|
||||
### Version 0.2.14
|
||||
- Fix warning about MeterFilter warning from Micrometer
|
||||
|
||||
### Version 0.2.12
|
||||
### Version 0.2.13
|
||||
- Silencing some chatty warnings in RddPathUtils
|
||||
|
||||
### Version 0.2.12
|
||||
|
@ -287,13 +287,7 @@ public class DatahubSparkListener extends SparkListener {
|
||||
} else {
|
||||
disabledFacets = "";
|
||||
}
|
||||
meterRegistry
|
||||
.config()
|
||||
.commonTags(
|
||||
Tags.of(
|
||||
Tag.of("openlineage.spark.integration.version", Versions.getVersion()),
|
||||
Tag.of("openlineage.spark.version", sparkVersion),
|
||||
Tag.of("openlineage.spark.disabled.facets", disabledFacets)));
|
||||
|
||||
((CompositeMeterRegistry) meterRegistry)
|
||||
.getRegistries()
|
||||
.forEach(
|
||||
|
Loading…
x
Reference in New Issue
Block a user