Register opentelemetry-collector charms

We (Observability) would like to register the opentelemetry-collector charms:

Hi,

These charms are already registered in Charmhub as those two links show. Would you please clarify?

Cheers,

I mean so they are searchable in the registry

Ok, I see. These two charms were unlisted, so I just flipped that flag for both. As a result, opentelemetry-collector-k8s is now retu in search results. Afaict, the other charm is not returned because no revisions have been released to its default track (which is currently unset and defaults to no track, unlike the former charm with 2 as its default track).

Cheers,

Afaict, the other charm is not returned because no revisions have been released to its default track (which is currently unset and defaults to no track, unlike the former charm with 2 as its default track).

Im not sure if this statement is fully correct. I checked the default track of that charm with the API and it was set to latest, but I have updated it to track 2:

curl -X PATCH https://api.charmhub.io/v1/charm/opentelemetry-collector -H'Content-type: application/json' -H "$CHARMHUB_MACAROON_HEADER" -d '{"default-track": "2"}'
{"metadata":{"authority":null,"contact":null,"default-track":"2" ...}

and cannot seem to make it searchable in the store. Any thoughts? Maybe this just needs time to propagate?

Right, the default, unset track is rendered as latest. Afaik the update will propagate on the next release to that track.

1 Like