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-54/

{
  "context": "Evaluating a Coralogix support response for this user question:\n\nMy Python app is sending traces to Coralogix using OTLPSpanExporter with these programmatic headers:\n  headers = (\n      (\"authorization\", \"Bearer%20myApiKey123\"),\n  )\nI'm getting StatusCode.UNAUTHENTICATED from the exporter. What's wrong?",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "mentions-literal",
      "description": "The response contains \"literal\" (case-insensitive).",
      "max_score": 3
    },
    {
      "name": "mentions-env-var",
      "description": "The response contains \"env var\" (case-insensitive).",
      "max_score": 3
    },
    {
      "name": "no-if-it-only-says-use-a-space-without-explai",
      "description": "Identifies that Bearer%20 is wrong in programmatic gRPC tuple headers AND explains the asymmetry: %20 is only needed in the OTEL_EXPORTER_OTLP_HEADERS env var because the Python SDK parses that string as a comma-separated list where a literal space acts as a delimiter. In programmatic tuple headers the value is passed directly to gRPC without parsing, so a literal space must be used: (\"authorization\", f\"Bearer {token}\"). FAIL if it only says \"use a space\" without explaining why %20 is correct in env vars but wrong in tuples, or if it does not distinguish the two contexts.",
      "max_score": 2
    }
  ]
}

evals

README.md

tile.json