Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Mar 10, 2023
1 parent 43e722b commit adfb656
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion semantic-conventions/src/opentelemetry/semconv/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def main():
args = parser.parse_args()
check_args(args, parser)
semconv = parse_semconv(args, parser)

filter_semconv(semconv, args.only)
if len(semconv.models) == 0:
parser.error("No semantic convention model found!")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class MetricGroupSemanticConvention(BaseSemanticConvention):
GROUP_TYPE_NAME = "metric_group"


class gitMetricSemanticConvention(MetricGroupSemanticConvention):
class MetricSemanticConvention(MetricGroupSemanticConvention):
GROUP_TYPE_NAME = "metric"

allowed_keys: Tuple[str, ...] = BaseSemanticConvention.allowed_keys + (
Expand Down

0 comments on commit adfb656

Please sign in to comment.