From 9dad1d8d3c959ee6c33740194d1c6718cd132ab2 Mon Sep 17 00:00:00 2001 From: David Montague <35119617+dmontagu@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:28:39 +0000 Subject: [PATCH] Remove tags column from docs of metrics table (#794) --- docs/guides/web-ui/explore.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guides/web-ui/explore.md b/docs/guides/web-ui/explore.md index 6c1248a39..0abed697e 100644 --- a/docs/guides/web-ui/explore.md +++ b/docs/guides/web-ui/explore.md @@ -105,7 +105,6 @@ CREATE TABLE metrics AS ( histogram_bucket_counts integer[], histogram_explicit_bounds double precision[], attributes jsonb, - tags text[], otel_scope_name text, otel_scope_version text, otel_scope_attributes jsonb,