You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variant metrics are currently namespaced by repo name because up until now the repo was uniquely 1-1 with a tap. With tap-airbyte-wrapper many plugins share the same repo name so current state will likely lump all usage into one metric thats shared across all airbyte variants.
I think this was resolved naturally once we set the repo name to reference the subdirectory in the airbyte repo like https://github.com/airbytehq/airbyte/tree/master/airbyte-integrations/connectors/source-adjust and it flowed through Squared. I see plugin pages with different metrics:
The variant metrics are currently namespaced by repo name because up until now the repo was uniquely 1-1 with a tap. With tap-airbyte-wrapper many plugins share the same repo name so current state will likely lump all usage into one metric thats shared across all airbyte variants.
An example is
hub/_data/variant_metrics.yml
Line 1143 in 78f076c
Potential Solution:
{plugin_type}-{plugin_name}-{plugin_variant}
like we do in most other places.The text was updated successfully, but these errors were encountered: