Custom
Custom Extension
Configuration Table
Parameter
Type
Default
Description
Example Configuration
healthcheck:
endpoint: 0.0.0.0:13133
path: /health
Last updated
Was this helpful?
healthcheck:
endpoint: 0.0.0.0:13133
path: /health
Last updated
Was this helpful?
Was this helpful?
apiVersion: bindplane.observiq.com/v1
kind: Extension
metadata:
name: custom-health-check
spec:
type: custom
parameters:
- name: telemetry_types
value: ['Logs', 'Metrics', 'Traces']
- name: configuration
value: |
health_check:
endpoint: 0.0.0.0:13133
path: /healthapiVersion: bindplane.observiq.com/v1
kind: Configuration
metadata:
name: custom-configuration-with-extensions
labels:
platform: linux
spec:
extensions:
- type: custom
parameters:
- name: telemetry_types
value: ['Logs', 'Metrics', 'Traces']
- name: configuration
value: |
health_check:
endpoint: 0.0.0.0:13133
path: health