Unverified Commit da6579bf authored by Sungjae Lee's avatar Sungjae Lee Committed by GitHub
Browse files

[CI/CD][bugfix]fix: error argument to loads has incompatible type (#21223)


Signed-off-by: default avatarSungjae Lee <33976427+llsj14@users.noreply.github.com>
Signed-off-by: default avatarSungjae Lee <sung-jae.lee@navercorp.com>
parent c81259d3
...@@ -1266,8 +1266,8 @@ class EngineArgs: ...@@ -1266,8 +1266,8 @@ class EngineArgs:
) )
observability_config = ObservabilityConfig( observability_config = ObservabilityConfig(
show_hidden_metrics_for_version=self. show_hidden_metrics_for_version=(
show_hidden_metrics_for_version, self.show_hidden_metrics_for_version),
otlp_traces_endpoint=self.otlp_traces_endpoint, otlp_traces_endpoint=self.otlp_traces_endpoint,
collect_detailed_traces=self.collect_detailed_traces, collect_detailed_traces=self.collect_detailed_traces,
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment