RSS

Posts in 2022

  • v1.4.0

    Saturday, January 22, 2022 in change logs

    Now, You can use clymene using TDengine’s http interface. --tdengine.dbname string Destination database (default "clymene") --tdengine.hostname string The host to connect to TDengine server. (default "127.0.0.1") …

    Read more

  • v1.3.1

    Monday, January 10, 2022 in change logs

    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

    Read more

  • v1.3.0

    Saturday, January 08, 2022 in change logs

    influxdb is now officially supported. The options below are mandatory. --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 …

    Read more

  • v1.2.1

    Saturday, January 01, 2022 in change logs

    Separate the prometheus option and the cortex option to block confusion cortex option (TS_STORAGE_TYPE=cortex) Cortex option

    Read more

Posts in 2021

  • v1.2.0

    Wednesday, December 29, 2021 in change logs

    Now, you can use the opentsdb in Clymene. opentsdb support (TS_STORAGE_TYPE=opentsdb) opentsdb supports two methods: socket(default) and http(Opentsdb option)

    Read more

  • v1.1.0

    Monday, December 20, 2021 in change logs

    A gateway supporting gRPC communication has been added. Try using it in various architectures. gRPC support (TS_STORAGE_TYPE=gateway)

    Read more

  • v1.0.0

    Sunday, December 12, 2021 in change logs

    Use kafka with clymene-agent and clymene-ingester. With only clymene-agent, you can collect timeseries of various environments and store them in DB. Composite writer implementation allows simultaneous storage in prometheus and elasticsearch. Support …

    Read more