GitLab CI/CD

GitLab CI/CD. Visible.

Smart Slack notifications, pipeline analytics, and OpenTelemetry export for GitLab merge requests and pipelines.

5-minute setup Free tier available
#engineering
Pipie
Pipie 11:48
👀 Please review feat/authentication-refactor in auth-service: https://gitlab.com/acme/auth-service/-/merge_requests/142
👀 1
Pipie
Pipie 11:51
🟢 Pipeline succeeded for feat/authentication-refactor in auth-service! https://gitlab.com/acme/auth-service/-/merge_requests/142
1

Feature Comparison

Pipie vs Native GitLab

Why teams choose Pipie for their GitLab workflows

Feature GitLab Native Pipie
Slack notifications Basic webhook integration Slack-first with smart routing
Custom conditions Event types only Lua expressions with 30+ variables
Cross-project rules Per-project webhooks Global rules across all projects
Pipeline analytics Basic CI/CD analytics Visual dashboards & trends
OTEL export Not available Pipeline & job-level traces

OpenTelemetry Export

Connect to your observability stack

Export GitLab CI/CD pipeline data as OTEL traces. Full pipeline-to-job hierarchy means you can see exactly which stages are slow.

  1. Enable OTEL Export

    Toggle OTEL export in settings

  2. Configure Endpoint

    Paste your observability platform endpoint

  3. Add API Key

    Configure authentication headers

  4. Go Live

    Pipeline traces exported on completion

Works with your tools

🐝

Honeycomb

Native OTLP endpoint with trace waterfall

🐕

Datadog

CI Visibility with APM correlation

📊

Grafana / Tempo

Open-source with Prometheus correlation

🔧

Any OTLP Backend

HTTP/JSON and HTTP/Protobuf supported

Custom Rules Engine

Filter with precision

Lua-based rules let you define exactly when to notify. Filter by branch, author, status, and more.

ready_to_merge.lua
-- Notify when MR is ready to merge
mr.target_branch == "main"
  and not mr.draft
  and mr.build_status == "success"
  and mr.detailed_merge_status ~= "discussions_not_resolved"

Ready to see your GitLab CI/CD?

Join engineering teams who ship with confidence.

Explore GitLab Features

Discover everything Pipie offers for GitLab