list_topics#
- MonitorApi.list_topics(limit=1000, exclude_noisy=True)#
List all known tag keys and their values via the WebSocket
list_tagsaction.Sends a
list_tagscommand to the monitor WebSocket endpoint and returns the authoritative tag catalogue reported by the server.High-cardinality tag keys (such as
timestamp) that carry a unique value per message are suppressed by default because they are rarely useful for subscription discovery. Passexclude_noisy=Falseto include them.- Return type:
- Parameters:
- Returns: