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

{
  "context": "Evaluating a Coralogix support response for this user question:\n\nWe route logs to a Coralogix subsystem using the coralogix exporter with subsystem_name_attributes: [\"subsystem\"]. Our application writes subsystem into the log-record attributes (attributes[\"log.file.subsystem\"]), but the subsystem always comes back blank — the exporter can't see it. We don't want to rename the field in the application. How do I use OTTL so the exporter picks it up?",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "mentions-resource-attributes",
      "description": "The response contains \"resource.attributes\" (case-sensitive).",
      "max_score": 3
    },
    {
      "name": "mentions-set",
      "description": "The response contains \"set(\" (case-sensitive).",
      "max_score": 3
    },
    {
      "name": "no-tell-the-customer-to-rename-the-field-in-t",
      "description": "Identifies the root cause: the coralogix exporter reads application_name_attributes / subsystem_name_attributes from the RESOURCE attributes, but the customer's field lives on the log-record attributes. Proposes an OTTL transform that copies the value into resource.attributes (e.g. set(resource.attributes[\"subsystem\"], attributes[\"log.file.subsystem\"])) inside context: log. Does NOT tell the customer to rename the field in their application or to change the exporter configuration.",
      "max_score": 2
    }
  ]
}

evals

README.md

tile.json