We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
probe_httpjson_gitgroups_id{groupIndex="0"} 189 probe_httpjson_gitgroups_members{groupIndex="0", membersIndex="0", name="Hannes"} 1 probe_httpjson_gitgroups_members_age{groupIndex="0", membersIndex="0"} 37 probe_httpjson_gitgroups_members{groupIndex="0", membersIndex="1", name="Joseph" lastname="Vilimas"} 1 probe_httpjson_gitgroups_members_age{groupIndex="0", membersIndex="1"} 33 probe_httpjson_gitgroups_members{groupIndex="1", membersIndex="3", name="Martin"} 1 probe_httpjson_gitgroups_members_age{groupIndex="1", membersIndex="3"} 55
For an API like:
[ { id: 1, members: [ { name: "Hannes", age: 37}, { name: "Joseph", age: 33} ] }, { id: 2, members: [ { name: "Hannes", age: 37}, { name: "Joseph", age: 33}, { name: "Martin", age: 55} ] } ]
probe_probername_configuredPrefix_dynamicGeneratedPathes probe_httpjson_gitgroups_....
Prometheus Config:
scrape_configs: - job_name: cloudsigma_snapshots_json metrics_path: /probe params: target: http://api.com/api/json module: [json] //jsonPath: [objects[.*].allocated_size, objects[.*].drive.uuid] static_configs: - targets: - http://blackbox-export-url:9115
Blackbox Exporter Config:
modules: json: prober: httpjson
The text was updated successfully, but these errors were encountered:
#2 json conversion (first draft)
68d521e
#2 apply right configuration and test authentication
4300fc8
#2 cleanup, more tests and docu
56b8fb4
#2 more docu
85328b4
#2 e2e create gauges test, reverted commented test
848c2df
No branches or pull requests
For an API like:
Prometheus Config:
Blackbox Exporter Config:
The text was updated successfully, but these errors were encountered: