Skip to content

Commit

Permalink
remove structured_metadata (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abuelodelanada authored Sep 20, 2024
1 parent 94f9589 commit 699e3d7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,12 +456,6 @@ def _additional_log_configs(self) -> List[Dict[str, Any]]:
"expression": ".*file is a directory.*",
},
},
{
"structured_metadata": {"filename": "filename"},
},
{
"labeldrop": ["filename"],
},
],
"static_configs": [
{
Expand All @@ -483,12 +477,6 @@ def _additional_log_configs(self) -> List[Dict[str, Any]]:
"expression": ".*file is a directory.*",
},
},
{
"structured_metadata": {"filename": "filename"},
},
{
"labeldrop": ["filename"],
},
],
},
]
Expand Down

0 comments on commit 699e3d7

Please sign in to comment.