Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Add filters for dealing with semconv attribute registry #113

Closed
jsuereth opened this issue Apr 16, 2024 · 1 comment · Fixed by #136
Closed

[feature] Add filters for dealing with semconv attribute registry #113

jsuereth opened this issue Apr 16, 2024 · 1 comment · Fixed by #136
Labels
help wanted Extra attention is needed

Comments

@jsuereth
Copy link
Contributor

We' like a set of filters that allow us to interact with the id of an attribute_group.

Specifically:

  • attribute_registry_namespace: Converts registry.{namespace}.{other}.{components} to {namespace}
  • attribute_registry_title: Converts registry.{namespace}.{other}.{components} to {Namespace} (title case the namespace).
  • attribute_registry_file: Converts registry.{namespace}.{other}.{components} to attributes-registry/{namespace}.md (kebab-case namespace).
@lquerel
Copy link
Contributor

lquerel commented Apr 30, 2024

Implemented in #136

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
2 participants