Grafana GCX (CLI)
Notes
no notes yet
Release notes
v1.1.0
· today
Breaking changes
gcx agento11y collections add-conversationsandgcx agento11y collections remove-conversationemittype: gcx.agento11y.collection_membershipinstead ofgcx.aio11y.collection_membership.schema_versionstays1. No fields changed. Scripts that readtypemust accept the new value.
New features
- Add
gcx profiles data-rangefor Pyroscope ingestion health. - Add the same
data-rangecommand undergcx datasources pyroscope. - Add
gcx instrumentation explainandlist-explanationsfor the finding explanations that ship withotel-checker(now v0.3.1). - Add an
EXPLAIN_IDcolumn togcx instrumentation checktable output, and anexplain_idfield to its JSON output. Pass the value togcx instrumentation explain. - Add
gcx assistant investigations list-evidence. - Show the chat ID next to the investigation ID in
investigations get. - Keep full v2 investigation summaries and totals in list output.
- Filter IRM alert groups by escalation chain and by date window.
- Add agent support to
gcx metrics list-names. - Add agent support to metrics label matching.
Improvements
- Check contexts concurrently in
gcx config check. - Record
target_kindin usage telemetry events.
Fixes
- Make
gcx dev serveexit on Ctrl-C. - Set
AllowsEditsso gcx-managed dashboards stay editable in the UI. - Keep
configTypein Fleet so OTel pipelines round-trip. - Support UTF-8 label names in profiles.
- Match experiment report types and trial counts to the API.
- Send guard redaction config as
redactwith{id, regex}. - Drop
rule_idfrom the rules update PATCH body. - Handle an unavailable keychain safely during verification.
Internal
- Rename the
aio11yGo package toagento11y. - Add the
integrate-with-gcxandreview-prcontributor skills. - Add a command naming conventions guide.
- Restructure the Grafana Cloud documentation.
- Pin
GCX_AGENT_MODE=falsefor the test tasks. - Add data sources code owners for
internal/datasources.