Calvin
Calvin
## What's changed? **Steps to batch create task through http_sd** 1. Add http_sd params in template yml ~~~ yml - field: http_sd name: zh-CN: http_sd en-US: http_sd type: text placeholder:...
### Description 1. http request http_sd api to get service instance ip, port and more. 2. auto create monitor to monitoring service instance throght prometheus protocol Refer: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#http_sd_config https://prometheus.io/docs/prometheus/latest/http_sd/ ###...
## What's changed? link: #2097 **What causes this problem?** `ISO 8601` date format is used for front-end and back-end interaction, but `Jackson` doesn't config any timezone. ## Checklist - [x]...
## What's changed? ## Checklist - [x] I have read the [Contributing Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide) - [ ] I have written the necessary doc or comment. - [ ] I have added...
## What's changed? **Overview** There are two purposes on refactoring Collector module: 1. Create a context to maintain reusable resources and pass data between different scopes (even can pass data...
## What's changed? After code iterations in these years, module `Manager` contain more and more functions. Yet there isn't a clear code structure, such as `org.apache.hertzbeat.manager.scheduler.CollectorJobScheduler` holds all operations about...