Skip to content
OpenObserve Configuration

OpenObserve Configuration

backend_type="openobserve"

Environment VariableYAML VariableDescriptionDefault Value
MTRACER_OPENOBSERVE_BASE_URLopenobserve.base_urlBase URL of the OpenObserve instancehttp://localhost:5080
MTRACER_OPENOBSERVE_ORG_NAMEopenobserve.org_nameOrganization name in OpenObservedefault
MTRACER_OPENOBSERVE_STREAM_NAMEopenobserve.stream_nameDestination stream name (log/traces)default
MTRACER_OPENOBSERVE_USERNAMEopenobserve.usernameUsername for authenticationadmin@example.com
MTRACER_OPENOBSERVE_PASSWORDopenobserve.passwordPassword for authenticationadmin

YAML Example

backend_type: "openobserve"
openobserve:
  base_url: "http://localhost:5080"
  org_name: "default"
  stream_name: "default"
  username: "admin@example.com"
  password: "admin"