hey everyone is it possible to set custom retentio...
# support
u
hey everyone is it possible to set custom retention period for some metrics and not others?
n
As of now we don’t support it. But clickhouse does support conditional TTL, you can try to experiment with it https://clickhouse.com/docs/en/guides/developer/ttl#removing-rows
u
ok thanks also, can we customize the log explorer so the logs scroll in the opposite direction? im running self hosted signoz
n
change order by to
timestamp asc
. Though please note perf might be slower, we are yet to release some opitimisations on this.
u
does this apply to the live explorer as well?
n
no it doesn’t apply to live explorer.
you can create a github issue requesting the feature on live logs.
u
ok thanks on the left, can i customize those filters i see
K8s Deployment Name
but id like to add
K8s Statefulet Name
as well
n
As of now you won’t be able to do that as well, but this feature is in the roadmap cc @Vikrant Gupta
u
ok thanks
how do i send traces to the self hosted signoz does it use port 4317 or 4318?
im using nodejs with the opentelemetry/auto-instrumentation package
n
4317 is for grpc and 4318 is http.
u
Hey Can I send custom data to the clickhouse instance used by my self hosted signoz? Is it advisable? And can I query the data in signoz
n
If you mean writing data to custom table using some another ingestor, you can write data to it but data need to be in right format to be queried from signoz clickhouse query builder (normal features won’t read those tables).
u
can you point me to some documentation of the format it needs to be in
the result of select should be similar
u
ok thanks