Skip to content

Conversation

dgnorton
Copy link
Contributor

InfluxQL now supports a special TAG KEY identifier in expressions...

SHOW TAG VALUES FROM cpu WHERE TAG KEY = 'host' AND region = 'uswest';

SHOW TAG VALUES FROM cpu WHERE region = 'uswest' AND TAG KEY = 'host';

-- And, for people who are weird...
SHOW TAG VALUES FROM cpu WHERE region = 'uswest' AND 'host' = TAG KEY;

@pauldix
Copy link
Member

pauldix commented Jan 28, 2015

lgtm, merging now because I need :)

pauldix added a commit that referenced this pull request Jan 28, 2015
influxql: fix WHERE TAG KEY parsing
@pauldix pauldix merged commit ac53db2 into master Jan 28, 2015
@dgnorton dgnorton deleted the parse-tag branch January 28, 2015 17:15
mark-rushakoff pushed a commit that referenced this pull request Jan 11, 2019
fix(logs/ui): fix table height calc
waynr added a commit that referenced this pull request Sep 29, 2025
…ReauthingObjectStore (#1399)

* fix: RetryableObjectStore list_with_retries
* fix: remove unnecessary block_on call from ReauthingObjectStore
* test: add more list_with_retries test cases to validate non-trivial retryable list calls
waynr added a commit that referenced this pull request Sep 29, 2025
…ReauthingObjectStore (#1399)

* fix: RetryableObjectStore list_with_retries
* fix: remove unnecessary block_on call from ReauthingObjectStore
* test: add more list_with_retries test cases to validate non-trivial retryable list calls
waynr added a commit that referenced this pull request Sep 29, 2025
…ReauthingObjectStore (#1399)

* fix: RetryableObjectStore list_with_retries
* fix: remove unnecessary block_on call from ReauthingObjectStore
* test: add more list_with_retries test cases to validate non-trivial retryable list calls
waynr added a commit that referenced this pull request Oct 2, 2025
…ReauthingObjectStore (#1399) (#26869)

* fix: RetryableObjectStore list_with_retries
* fix: remove unnecessary block_on call from ReauthingObjectStore
* test: add more list_with_retries test cases to validate non-trivial retryable list calls
waynr added a commit that referenced this pull request Oct 2, 2025
…ReauthingObjectStore (#1399) (#26870)

* fix: RetryableObjectStore list_with_retries
* fix: remove unnecessary block_on call from ReauthingObjectStore
* test: add more list_with_retries test cases to validate non-trivial retryable list calls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants