What ChatGPT answers when asked this, the tools it recommends and the sources it leans on, tracked across 4 captures.
| # | Tool | How often | |
|---|---|---|---|
| 1 | Datadog | 100.0% of answers | |
| 2 | Grafana | 100.0% of answers | |
| 3 | SigNoz | 75.0% of answers | |
| 4 | OpenObserve | 75.0% of answers | |
| 5 | Splunk | 50.0% of answers | |
| 6 | VictoriaMetrics | 25.0% of answers |
| # | Source | Type | Cited |
|---|---|---|---|
| 1 | grafana.com | Editorial | 1× |
| 2 | reddit.com | Community | 1× |
| 3 | datadoghq.com | Editorial | 1× |
For an engineering organization of roughly 250 engineers, the realistic choices narrow fairly quickly. The main question is less "can it collect logs, metrics, and traces?"—most modern platforms can—and more "can six platform engineers operate it without it becoming a full-time project?"
The strongest candidates are:
| Platform | Logs | Metrics | Traces | Self-hosted maturity | Operational burden | Typical fit |
|---|---|---|---|---|---|---|
| Grafana LGTM Stack | ✓ | ✓ | ✓ | Excellent | Low–Medium | Most organizations replacing Datadog |
| SigNoz | ✓ | ✓ | ✓ | Excellent | Low | Teams wanting an integrated UI |
| Elastic Stack | ✓ | ✓ | ✓ | Excellent | Medium–High | Log-heavy environments |
| OpenObserve | ✓ | ✓ | ✓ | Good | Low | Cost-sensitive deployments |
| OpenSearch | ✓ | ✓ | Partial | Good | Medium | Organizations already invested in OpenSearch |
The stack consists of:
For a platform team of six:
The stack is modular rather than integrated.
You're operating several services instead of one application.
This has become one of the strongest "Datadog replacement" projects.
Architecture:
Advantages:
Operational effort:
Lower than LGTM because fewer moving pieces.
Potential downside:
Smaller community than Grafana.
Historically the default choice.
Pros:
Cons:
Many companies end up with at least one engineer who effectively becomes "the Elasticsearch person."
This is newer but increasingly interesting.
Pros:
Cons:
Good if your organization already runs OpenSearch.
Less compelling if you're starting from scratch specifically for observability.
This is where self-hosting becomes attractive.
Assume roughly:
Approximate annual infrastructure and operating costs:
| Platform | Infra cost | Engineering effort | Total relative cost |
|---|---|---|---|
| Datadog | High subscription | Very low | Baseline (100%) |
| Grafana LGTM | Low–Medium | Moderate | ~25–45% of Datadog total cost |
| SigNoz | Low | Moderate | ~20–40% |
| Elastic | Medium–High | High | ~40–70% |
| OpenObserve | Low | Moderate | ~15–35% |
The exact numbers depend heavily on ingest volume, retention, and whether you already operate Kubernetes and object storage, but organizations with substantial telemetry often see significant savings after migrating from SaaS pricing to self-hosted infrastructure.
The biggest expenses aren't compute.
They're:
These operational tasks often dominate the ongoing effort.
For your auditors, the strongest story is often:
That provides a clear control narrative around data residency and access.
Given your constraints—a fintech scale-up, approximately 250 engineers, SOC 2 Type II, and a six-person platform team—I would lean toward one of these:
For a greenfield replacement of Datadog in 2026, the balance of maturity, community support, and operational overhead generally favors Grafana LGTM or SigNoz over building around Elasticsearch alone.
For a 250-engineer fintech with SOC 2 Type II requirements, the key question is not “what is the cheapest open-source stack?” It is “what can a six-person platform team run as a production-grade internal service with audit evidence, upgrades, backups, access controls, and incident response?”
The realistic shortlist is fairly small:
PlatformLogsMetricsTracesOperational fit for 6-person teamRelative cost vs DatadogGrafana LGTM StackGrafana LokiGrafana Mimir / PrometheusGrafana TempoBest overall fitInfrastructure cost only; usually 60–90% cheaper than Datadog at scale, but requires engineering ownershipElastic ObservabilityElasticsearch + KibanaElastic metricsElastic APMGood, but heavierOften cheaper than Datadog, especially with large log volumes, but storage/operations can be significantVictoriaMetrics + Loki + TempoLokiVictoriaMetricsTempoVery cost-efficientUsually lowest infrastructure costOpenSearch stackOpenSearch DashboardsPrometheus-compatibleJaeger-compatible optionsPossible, but more DIYLower license cost, higher engineering costSigNozClickHouse-backed logsClickHouse metricsOpenTelemetry tracesAttractive for smaller teamsLower cost, but less proven for large enterprise operations
Architecture:
Applications | OpenTelemetry Collector | +--> Loki (logs) +--> Mimir (metrics) +--> Tempo (traces) | Grafana UI
OpenTelemetry should become your collection layer so applications are not coupled to a vendor or backend.
Why it fits a fintech scale-up:
Pros
Fully self-hostable.
Strong Kubernetes support.
Good multi-tenancy patterns.
Native correlation between logs, metrics, and traces.
Large ecosystem and hiring pool.
Works well with object storage for retention.
Grafana Tempo is specifically designed as a scalable tracing backend and integrates with Grafana, Prometheus-compatible metrics, Loki, and OpenTelemetry. Grafana Labs
Cons
You own reliability.
Alerting, RBAC, SSO, upgrades, capacity planning, and backups become your responsibility.
Loki is not a drop-in Elasticsearch replacement for arbitrary full-text log searching; teams must adopt structured logging.
For a six-person platform team, I would avoid running every component independently at first. Use a managed Kubernetes operator pattern, GitOps deployment, and standardize ingestion through OpenTelemetry.
Choose this if your compliance/audit requirements revolve around:
forensic log search,
retention policies,
security investigations,
SIEM-style workflows.
Advantages:
Mature search.
Excellent log exploration.
Familiar to security teams.
Tradeoff:
Elasticsearch operations are not trivial.
Memory/storage requirements can become substantial.
A common architecture:
OpenTelemetry Collector | +--> VictoriaMetrics | +--> Loki | +--> Tempo | Grafana
This can materially reduce infrastructure spend compared with large Prometheus deployments.
The downside is that you are assembling a platform rather than adopting a single product. Community discussions commonly compare LGTM and VictoriaMetrics-based stacks as the leading self-hosted patterns for logs/metrics/traces. Reddit
The comparison is not simply license cost.
Datadog pricing scales through multiple dimensions: hosts, custom metrics, logs, indexed events, and other products. For example, Datadog publishes infrastructure pricing beginning around $15/host/month for Infrastructure Pro, with separate pricing dimensions for metrics and logs. Datadog
A rough enterprise example:
EnvironmentDatadog annual cost500 monitored hosts~$90k/year before many add-ons1,000 hosts~$180k/year+Large Kubernetes environment with APM/logging/securityOften several hundred thousand/year
(Actual cost depends heavily on ingestion volume and negotiated discounts.)
Typical annual costs:
ComponentApproximate annual infrastructureKubernetes compute$30k–100kObject storage$5k–30kPersistent disks / databases$10k–50kPlatform team ownershipBiggest cost
The hidden cost is engineering time. A six-person team could easily spend:
1–2 engineers maintaining observability infrastructure,
on-call ownership,
upgrades,
scaling,
incident response.
A realistic TCO comparison:
OptionLicenseInfraPeople costOverallDatadogHighLowLow$$$$LGTMFreeMediumMedium
See exactly where you stand today, and which sources to win.