Skip to content

Commit

Permalink
feat(dashboard/plugins): disable bk-opentelemetry (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken authored Aug 19, 2024
1 parent 18b64e4 commit b27ea58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def _get_extra_stage_plugins(self) -> List[PluginConfig]:
def _get_default_stage_plugins(self) -> List[PluginConfig]:
"""Get the default plugins for stage, which is shared by all resources in the stage"""
return [
PluginConfig(name="bk-opentelemetry"),
# 2024-08-19 disable the bk-opentelemetry plugin, we should let each gateway set their own opentelemetry
# PluginConfig(name="bk-opentelemetry"),
PluginConfig(name="prometheus"),
PluginConfig(name="bk-real-ip"),
PluginConfig(name="bk-auth-validate"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def test_convert_stage(
@pytest.mark.parametrize(
"name",
[
"bk-opentelemetry",
"prometheus",
"bk-request-id",
"file-logger",
Expand Down

0 comments on commit b27ea58

Please sign in to comment.