HTTP Check
Supported Platforms
Platform
Metrics
Logs
Traces
Configuration
Field
Description
Example Configuration
Basic Configuration


Last updated
Was this helpful?


Last updated
Was this helpful?
Was this helpful?
apiVersion: bindplane.observiq.com/v1
kind: Source
metadata:
id: http
name: http
spec:
type: http
parameters:
- name: hostname
value: 'localhost'
- name: port
value: '8080'
- name: path
value: 'metrics'
- name: method
value: 'GET'
- name: enable_tls
value: 'false'
- name: initial_delay
value: '1'
- name: collection_interval
value: '60'