Clymene Versions Save

the Clymene is time-series data and Logs collection platform for distributed systems.

v2.1.0

2 years ago

2.1.0 (2022-04-30)

  1. gateway, influxdb, opentsdb, tdengine success/failure metric integration completed issue: #40
  2. Added promtail-ingester component that can use kafka to promtail's log transfer backend #47
  3. promtail - log data transfer to gateway(gRPC, HTTP) #46
  4. Development of promtail-gateway component for log data pipeline #53

v2.0.1

2 years ago

Added missing tenantID when saving to elasticsearch with clymene-promtail.

v2.0.0

2 years ago

A log collection agent, promtail, is now available. Collected logs can be stored in loki and elasticsearch.Getting Started

  1. Add log collection component clymene-promtail issue: #41
  2. Added http receiver function to send/receive gateway metricWriter to http issue: #37
  3. Add elasticsearch index name change option issue: #44
  4. Logs collected by clymene-promtail can be stored in elasticsearch issue: #43

v1.4.0

2 years ago

Now, You can use clymene using tdengine's http interface. https://www.taosdata.com/en/ issue: #35 #31

--tdengine.dbname string         Destination database (default "clymene")
--tdengine.hostname string       The host to connect to TDengine server. (default "127.0.0.1")
--tdengine.max-sql-length int    Number of SQLs that can be sent at one time (default 4096)
--tdengine.password string       The password to use when connecting to the server (default "taosdata")
--tdengine.server-port int       he HTTP port number to use for the connection to TDengine server (default 6041)
--tdengine.user string           The TDengine user name to use when connecting to the server (default "root")

v1.3.1

2 years ago

Clymene official logo added! Creating metrics for Clymene components issue: #33

  • clymene-agent metric port = :15691/metrics
  • clymene-ingester metric port = :15694/metrics
  • clymene-gateway metric port = :15690/metrics

v1.3.0

2 years ago

1.3.0 (2022-01-08) influxdb is now officially supported. The options below are mandatory. #10

--influxdb.bucket string    influx bucket, A bucket is a named location where time series data is stored
--influxdb.org string       influx organization, An organization is a workspace for a group of users.
--influxdb.token string     Use the Authorization header and the Token scheme

TDengin support has been added to the roadmap.

influxdb option (TS_STORAGE_TYPE=influxdb) Influxdb [option(https://github.com/Clymene-project/Clymene/blob/master/docs/clymene-agent/influxdb/influxdb-options.md)]

v1.2.1

2 years ago

Separate the prometheus option and the cortex option to block confusion #28

cortex option (TS_STORAGE_TYPE=cortex) Cortex option(https://github.com/Clymene-project/Clymene/blob/master/docs/clymene-agent/cortex/cortex-option.md)

v1.2.0

2 years ago

1.2.0 (2021-12-29) Now, you can use the opentsdb in Clymene.

Page Reference: https://bourbonkk.tistory.com/120

opentsdb support (TS_STORAGE_TYPE=opentsdb) opentsdb supports two methods: socket(default) and http(Opentsdb option)

v1.1.0

2 years ago

1.1.0 (2021-12-20)

A gateway supporting gRPC communication has been added.
Try using it in various architectures.

  • gRPC support (TS_STORAGE_TYPE=gateway)