CtrlK
BlogDocsLog inGet started
Tessl Logo

coralogix/opentelemetry-skills

OpenTelemetry Collector deployment, instrumentation (Java/Python/Node.js/.NET/Go), and OTTL pipeline transforms for Coralogix — coralogix exporter config, Helm chart selection, Kubernetes topology, ECS/EKS/GKE deployments, SDK setup, APM transactions, and OTTL cardinality/PII/routing.

98

1.13x
Quality

97%

Does it follow best practices?

Impact

99%

1.13x

Average score across 81 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

criteria.jsonevals/scenario-53/

{
  "context": "Evaluating a Coralogix support response for this user question:\n\nI wrote a Python script that records some spans and a counter metric, then exits. The script finishes in about half a second. Nothing shows up in Coralogix — no traces, no metrics. What should I check?",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "mentions-simplespanprocessor",
      "description": "The response contains \"SimpleSpanProcessor\" (case-insensitive).",
      "max_score": 3
    },
    {
      "name": "mentions-batchspanprocessor",
      "description": "The response contains \"BatchSpanProcessor\" (case-insensitive).",
      "max_score": 3
    },
    {
      "name": "mentions-periodicexporting",
      "description": "The response contains \"PeriodicExporting\" (case-insensitive).",
      "max_score": 3
    },
    {
      "name": "no-if-it-only-identifies-one-issue-or-if-it-m",
      "description": "Identifies TWO root causes specific to short-lived scripts: (1) BatchSpanProcessor queues spans and may not flush before the process exits — for scripts use SimpleSpanProcessor which exports synchronously on span.end(); (2) PeriodicExportingMetricReader only exports on its timed interval — a script that exits before the interval fires exports zero metrics; fix by sleeping longer than the export interval or calling force_flush() on the reader before shutdown(). FAIL if it only identifies one issue, or if it does not mention both the span processor and the metric reader export timing problem.",
      "max_score": 2
    }
  ]
}

evals

README.md

tile.json