Hi,

I would like delete a TAG but how this not is possible I remove all series 
related

> SHOW TAG VALUES FROM "uptime" WITH KEY = "pod_name" WHERE "pod_namespace" =~ 
> /dperez/
name: uptime
key      value
---      -----
pod_name AAAAAA
pod_name BBBBBB


> DROP SERIES FROM "uptime" WHERE "pod_name" =~ /AAAAAA/


Also I create a policy retain for 1 hour

> CREATE RETENTION POLICY one_hour ON k8s DURATION 1h REPLICATION 1 DEFAULT
> SHOW RETENTION POLICIES ON "k8s"
name     duration shardGroupDuration replicaN default
----     -------- ------------------ -------- -------
default  0s       168h0m0s           1        false
one_hour 1h0m0s   1h0m0s             1        true

But now all my queries are empty

select * from "cpu/limit" where namespace_name =~ /dperez/ limit 20

Why? DROP Series has a particular condition, I don't think this was the 
problem, but de new retention policy why delete all data even last 1 hour from 
all?

And the worst is that I wait time and time and mesuraments are empty of series.

What I did wrong?

Thank you

-- 
Remember to include the version number!
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxData" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/781252c4-77f4-4443-9abd-7eb2428e9c02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to