Skip to content

Latest commit

 

History

History
105 lines (86 loc) · 4.45 KB

CHANGELOG.md

File metadata and controls

105 lines (86 loc) · 4.45 KB

Changes by Version

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

2.0.1 (2022-02-20)

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

2.0.0 (2022-02-20)

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

1.5.0 (2022-01-30)

Updated Clymene's service discovery feature. For details, please check the clymene official docs(https://clymene-project.github.io/docs/service-discovery/configuration/)

  1. kuma(https://kuma.io/)
  2. uyuni(https://www.uyuni-project.org/)
  3. scaleway(https://www.scaleway.com/en/virtual-instances/)
  4. puppetdb(https://puppet.com/docs/puppetdb/7/overview.html)
  5. linode(https://www.linode.com/)
  6. hetzner(https://www.hetzner.com/)
  7. eureka(https://github.com/Netflix/eureka)
  8. digitalocean(https://www.digitalocean.com/)

1.4.0 (2022-01-22)

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")

1.3.1 (2022-01-10)

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

1.3.0 (2022-01-08)

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 a group of users.
--influxdb.token string     Use the Authorization header and the Token scheme

TDengin support has been added to the roadmap.

1.2.1 (2022-01-01)

Separate the prometheus option and the cortex option to block confusion

1.2.0 (2021-12-29)

Now, you can use the opentsdb in Clymene.

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

1.1.0 (2021-12-20)

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

  • gRPC support (STORAGE_TYPE=gateway)

1.0.0 (2021-12-12)

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.