You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
README.md v811_spc009_project 4 months ago
index.js v811_spc009_project 4 months ago
package-lock.json v811_spc009_project 4 months ago
package.json v811_spc009_project 4 months ago

README.md

Prom exporter for SurveyTool

What is this? An exporter for https://prometheus.io that reads from the Survey Tool.

Config/Installation

  1. npm i

  2. setup config.json as below:

{
    "instances": {
        "cldr-smoke.unicode.org": "https://cldr-smoke.unicode.org/cldr-apps/SurveyAjax?what=status",
        "st.unicode.org": "https://st.unicode.org/cldr-apps/SurveyAjax?what=status"
    },
    "port": 9099
}
  1. node index.js

Now, the exporter is listening on port 9099 and re-exporting ST metrics as Prometheus metrics.

©2020 Unicode, Inc. All Rights Reserved.

For license and copyright see https://www.unicode.org/copyright.html or ../../unicode-license.txt