github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v2/content/en/docs/resources/telemetry/metrics.json (about)

     1  {
     2    "definitions": {
     3      "creds": {
     4        "properties": {
     5          "Project ID": {
     6            "description": "ID of the Google Cloud project to upload metrics to.",
     7            "x-intellij-html-description": "<p>ID of the Google Cloud project to upload metrics to.</p>"
     8          }
     9        },
    10        "description": "contains the Google Cloud project ID.",
    11        "x-intellij-html-description": "<p>contains the Google Cloud project ID.</p>"
    12      },
    13      "devIteration": {
    14        "properties": {
    15          "Error Code": {
    16            "description": "error that may have occurred during the (sync/build/deploy).",
    17            "x-intellij-html-description": "<p>error that may have occurred during the (sync/build/deploy).</p>"
    18          },
    19          "Intent": {
    20            "description": "cause of initiating the dev iteration (sync, build, deploy).",
    21            "x-intellij-html-description": "<p>cause of initiating the dev iteration (sync, build, deploy).</p>"
    22          }
    23        },
    24        "description": "describes how an iteration and started and if an error happened.",
    25        "x-intellij-html-description": "<p>describes how an iteration and started and if an error happened.</p>"
    26      },
    27      "errHandler": {
    28        "description": "prints errors to logrus.",
    29        "x-intellij-html-description": "<p>prints errors to logrus.</p>"
    30      },
    31      "skaffoldMeter": {
    32        "properties": {
    33          "Arch": {
    34            "description": "Architecture running Skaffold e.g. amd64, arm64, etc.",
    35            "x-intellij-html-description": "<p>Architecture running Skaffold e.g. amd64, arm64, etc.</p>"
    36          },
    37          "Build Artifacts": {
    38            "description": "Number of artifacts built in the current execution as defined in skaffold.yaml.",
    39            "x-intellij-html-description": "<p>Number of artifacts built in the current execution as defined in skaffold.yaml.</p>"
    40          },
    41          "Build Dependencies": {
    42            "description": "Enum values for all the builders using build dependencies.",
    43            "x-intellij-html-description": "<p>Enum values for all the builders using build dependencies.</p>"
    44          },
    45          "Builders": {
    46            "description": "Enum values for all the builders used to build the artifacts built.",
    47            "x-intellij-html-description": "<p>Enum values for all the builders used to build the artifacts built.</p>"
    48          },
    49          "Command": {
    50            "description": "Command that is used to execute skaffold `dev, build, render, run, etc.` without any command-line arguments.",
    51            "x-intellij-html-description": "<p>Command that is used to execute skaffold <code>dev, build, render, run, etc.</code> without any command-line arguments.</p>"
    52          },
    53          "Deployers": {
    54            "description": "All the deployers used in the Skaffold execution.",
    55            "x-intellij-html-description": "<p>All the deployers used in the Skaffold execution.</p>"
    56          },
    57          "Dev Iterations": {
    58            "description": "Error results of the various dev iterations and the reasons they were triggered. The triggers can be one of sync, build, or deploy.",
    59            "x-intellij-html-description": "<p>Error results of the various dev iterations and the reasons they were triggered. The triggers can be one of sync, build, or deploy.</p>"
    60          },
    61          "Duration": {
    62            "description": "Time Skaffold took to finish executing in milliseconds.",
    63            "x-intellij-html-description": "<p>Time Skaffold took to finish executing in milliseconds.</p>"
    64          },
    65          "Enum Flags": {
    66            "description": "Enum values for flags passed into Skaffold that have a pre-defined list of valid values e.g. `'–cache-artifacts=false', '–mute-logs=[\"build\", \"deploy\"]'`.",
    67            "x-intellij-html-description": "<p>Enum values for flags passed into Skaffold that have a pre-defined list of valid values e.g. <code>'–cache-artifacts=false', '–mute-logs=[&quot;build&quot;, &quot;deploy&quot;]'</code>.</p>"
    68          },
    69          "Error Code": {
    70            "description": "Skaffold reports [error codes](/docs/references/api/grpc/#statuscode) and these are monitored in order to determine the most frequent errors.",
    71            "x-intellij-html-description": "<p>Skaffold reports <a href=\"/docs/references/api/grpc/#statuscode\">error codes</a> and these are monitored in order to determine the most frequent errors.</p>"
    72          },
    73          "Exit Code": {
    74            "description": "Exit code returned by Skaffold at the end of execution.",
    75            "x-intellij-html-description": "<p>Exit code returned by Skaffold at the end of execution.</p>"
    76          },
    77          "OS": {
    78            "description": "OS running Skaffold e.g. Windows, Linux, Darwin, etc.",
    79            "x-intellij-html-description": "<p>OS running Skaffold e.g. Windows, Linux, Darwin, etc.</p>"
    80          },
    81          "Platform Type": {
    82            "description": "Where Skaffold is deploying to (sync, build, or Google Cloud Build).",
    83            "x-intellij-html-description": "<p>Where Skaffold is deploying to (sync, build, or Google Cloud Build).</p>"
    84          },
    85          "Start Time": {
    86            "description": "Start time of the Skaffold program, used to track how long Skaffold took to finish executing.",
    87            "x-intellij-html-description": "<p>Start time of the Skaffold program, used to track how long Skaffold took to finish executing.</p>"
    88          },
    89          "Sync Type": {
    90            "description": "Sync type used in the build configuration: infer, auto, and/or manual.",
    91            "x-intellij-html-description": "<p>Sync type used in the build configuration: infer, auto, and/or manual.</p>"
    92          },
    93          "Version": {
    94            "description": "Version of Skaffold being used \"v1.18.0, v1.19.1, etc.\".",
    95            "x-intellij-html-description": "<p>Version of Skaffold being used &quot;v1.18.0, v1.19.1, etc.&quot;.</p>"
    96          }
    97        },
    98        "description": "describes the data used to determine operational metrics.",
    99        "x-intellij-html-description": "<p>describes the data used to determine operational metrics.</p>"
   100      }
   101    }
   102  }