redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.5k stars 580 forks source link

[v24.2.x] [CORE-7719] Add `has_valid_license` & `has_enterprise_features` to phone-home metrics #23573

Open vbotbuildovich opened 3 days ago

vbotbuildovich commented 3 days ago

Backport https://github.com/redpanda-data/redpanda/pull/23492 to branch v24.2.x. Note that this issue was created as a placeholder, since the original PR's commit(s) could not be automatically cherry-picked. Here are the commands to execute:


  git checkout v24.2.x
  git checkout -b vbotbuildovich/backport-23492-v24.2.x-323
  git cherry-pick -x c254729c5a 9a5f7d7d58 2bc21e9516 c9223a24ae

  git push origin vbotbuildovich/backport-23492-v24.2.x-323
  gh pr create \
    --title "[v24.2.x] [CORE-7719] Add `has_valid_license` & `has_enterprise_features`  to phone-home metrics" \
    --base "v24.2.x" \
    --label "kind/backport" \
    --head "vbotbuildovich/backport-23492-v24.2.x-323" \
    --draft \
    --repo "redpanda-data/redpanda" \
    --milestone "v24.2.x-next" \
    --body "Backport of PR https://github.com/redpanda-data/redpanda/pull/23492 "

[CORE-7719]: https://redpandadata.atlassian.net/browse/CORE-7719?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
oleiman commented 1 day ago

wondering whether vbot will recreate this with the correct commits