We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In charm_tracing, we create resource attributes for the root span:
charm_tracing
resource = Resource.create( attributes={ (...) # juju topology "juju_unit": unit_name, "juju_application": self.app.name, "juju_model": self.model.name, "juju_model_uuid": self.model.uuid, } )
They don't contain the charm name itself. Should it be added?
The text was updated successfully, but these errors were encountered:
I can't recall why I didn't add it. I think it didn't sound especially useful given we already have charm type and unit. We could do that though.
Sorry, something went wrong.
No branches or pull requests
Enhancement Proposal
In
charm_tracing
, we create resource attributes for the root span:They don't contain the charm name itself. Should it be added?
The text was updated successfully, but these errors were encountered: