Skip to content

feat: Add telemetry to SDK #1

feat: Add telemetry to SDK

feat: Add telemetry to SDK #1

Triggered via push March 10, 2026 15:06
Status Failure
Total duration 26s
Artifacts

lint.yml

on: push
lint-stage
20s
lint-stage
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
lint-stage
Process completed with exit code 1.
lint-stage
1 error
lint-stage: splunklib/internal/telemetry/metric.py#L29
Expected type arguments for generic class "Dict" (reportMissingTypeArgument)
lint-stage: splunklib/internal/telemetry/sdk_usage.py#L17
Type annotation is missing for parameter "service" (reportMissingParameterType)
lint-stage: splunklib/internal/telemetry/sdk_usage.py#L17
Type of parameter "service" is unknown (reportUnknownParameterType)
lint-stage: splunklib/internal/telemetry/metric.py#L29
This type is deprecated as of Python 3.9; use "dict" instead (reportDeprecated)
lint-stage: splunklib/internal/telemetry/metric.py#L17
This type is deprecated as of Python 3.9; use "dict" instead (reportDeprecated)
lint-stage: splunklib/internal/telemetry/__init__.py#L17
Import "log_telemetry_sdk_usage" is not accessed (reportUnusedImport)
lint-stage: splunklib/internal/telemetry/__init__.py#L16
Import "MetricType" is not accessed (reportUnusedImport)
lint-stage: splunklib/internal/telemetry/__init__.py#L16
Import "Metric" is not accessed (reportUnusedImport)
lint-stage: splunklib/internal/telemetry/__init__.py#L15
Import "TelemetrySender" is not accessed (reportUnusedImport)
lint-stage: example.py#L6
Argument type is unknown   Argument corresponds to parameter "values" in function "print" (reportUnknownArgumentType)
lint-stage: example.py#L5
Type of "app" is unknown (reportUnknownVariableType)