Skip to content

Getting Onboarding Metrics #454

Closed Answered by mikaello
shenke-adsk asked this question in Q&A
Discussion options

You must be logged in to vote

Maybe the api/status can give you that information? Here is what I get from curl -H "Authorization: $API_TOKEN" https://renovate.acme.com/api/status | jq, notice app.repositoryCount:

{
  "bootTime": "2024-02-13 14:52:09",
  "endpoint": "https://git.acme.com/api/",
  "platform": "gitlab",
  "app": {
    "organizationCount": 13,
    "repositoryCount": 131
  },
  "jobs": {
    "history": {
      "lastDispatchDate": "2024-02-14 12:08:27",
      "lastEnqueueDate": "2024-02-14 12:00:05",
      "processed": 3006,
      "lastFinished": {
        "jobId": 3018,
        "repository": "acme/acme-repo",
        "organizationName": "acme",
        "reason": "hourly",
        "priority": 10,
        "a…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shenke-adsk
Comment options

Answer selected by shenke-adsk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants