Logo
Explore Help
Register Sign In
External/signoz
1
0
Fork 0
You've already forked signoz
mirror of https://github.com/SigNoz/signoz.git synced 2025-12-17 15:36:48 +00:00
Code Issues Packages Projects Releases Wiki Activity
signoz/pkg/query-service/constants/constants.go

14 lines
230 B
Go
Raw Normal View History

Inital Commit
2021-01-03 18:15:44 +05:30
package constants
import (
"os"
)
const HTTPHostPort = "0.0.0.0:8080"
var DruidClientUrl = os.Getenv("DruidClientUrl")
var DruidDatasource = os.Getenv("DruidDatasource")
Added GET/SET endpoint for setting ttl for clickhouse (#304) * feat: add ttl for clickhouse setup in signoz * feat: added ttl for metrics table Signed-off-by: Yash Sharma <yashrsharma44@gmail.com> * feat: changed the api to use type and duration as params Signed-off-by: Yash Sharma <yashrsharma44@gmail.com> * added a getter for ttl endpoint Signed-off-by: Yash Sharma <yashrsharma44@gmail.com> * added a feature to retunr ttl for both metrics and traces Signed-off-by: Yash Sharma <yashrsharma44@gmail.com>
2021-10-20 13:18:19 +05:30
const TraceTTL = "traces"
const MetricsTTL = "metrics"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 862ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API