Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telkomindonesia/hwc-cloudeye-exporter-docker
https://github.com/telkomindonesia/hwc-cloudeye-exporter-docker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/telkomindonesia/hwc-cloudeye-exporter-docker
- Owner: TelkomIndonesia
- Created: 2023-07-14T02:40:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-21T02:32:25.000Z (over 1 year ago)
- Last Synced: 2023-08-21T03:30:00.356Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloud Eye Exporter Docker Image
Docker image for Huawei Cloud - [Cloud Eye Exporter](https://github.com/huaweicloud/cloudeye-exporter).
## Environment Variables
- `HUAWEICLOUD_IAM_REGION_ID` = region id for authenticating to IAM
- `HUAWEICLOUD_IAM_ACCESS_KEY` = access key for authenticating to IAM
- `HUAWEICLOUD_IAM_SECRET_KEY` = secret key for authenticating to IAM
- `HUAWEICLOUD_IAM_DOMAIN_NAME` = domain name for authenticating to IAM
- `HUAWEICLOUD_CES_PROJECT_NAME` = IAM project name for cloud eye service
- `HUAWEICLOUD_CES_REGION_ID` = regioun id fo the cloud eye service## Custom Configuration file
You can mount your own custom `logs.yml`, `clouds.yml`, or `metrics.yml` to `/opt/cloudeye-exporter` to customize how the cloudeye exporter run.
## Custom file with templating
You can mount any file to `/opt/gomplate/` and have gomplate used it as input file which will be saved to `` upon container start (only if `` does not exist).
Furthermore, you can customize the gomplate exuction by specifying:
- [`config.yaml`](https://docs.gomplate.ca/config/#file-format) under `/etc/gomplate`.
- note that the config file should not contains any setting related to input and output file so that the previously mentioned templating behavior does not change.
- [`context.yaml`](https://docs.gomplate.ca/config/#context) under `/etc/gomplate`.
- [datasource](https://docs.gomplate.ca/datasources/#mime-types) files under `/etc/gomplate/datasource.d`.