lfoppiano commited on
Commit
7d89f69
·
verified ·
1 Parent(s): 279d1b7

Update grobid.yaml

Browse files
Files changed (1) hide show
  1. grobid.yaml +4 -4
grobid.yaml CHANGED
@@ -391,10 +391,10 @@ grobid:
391
  # OpenTelemetry Collector, Grafana Alloy/Agent, or a hosted backend such as Grafana Cloud --
392
  # which Grafana then queries. Disabled by default.
393
  otlp:
394
- enabled: false
395
  # OTLP receiver base endpoint. Match the port to the protocol: 4318 for http/protobuf, 4317 for
396
  # grpc. For http/protobuf the "/v1/metrics" path is appended automatically if you omit it.
397
- endpoint: "http://localhost:4318"
398
  # "http/protobuf" (firewall-friendly default) or "grpc"
399
  protocol: "http/protobuf"
400
  # how often a batch of metrics is pushed, in seconds
@@ -402,8 +402,8 @@ grobid:
402
  # how this instance is identified in dashboards (the service.name resource attribute)
403
  serviceName: "grobid-service"
404
  # extra headers on every OTLP request -- typically auth for a hosted backend, e.g. Grafana Cloud:
405
- #headers:
406
- # Authorization: "Basic <base64 of instanceID:apiToken>"
407
 
408
  server:
409
  type: custom
 
391
  # OpenTelemetry Collector, Grafana Alloy/Agent, or a hosted backend such as Grafana Cloud --
392
  # which Grafana then queries. Disabled by default.
393
  otlp:
394
+ enabled: true
395
  # OTLP receiver base endpoint. Match the port to the protocol: 4318 for http/protobuf, 4317 for
396
  # grpc. For http/protobuf the "/v1/metrics" path is appended automatically if you omit it.
397
+ endpoint: "https://otlp-gateway-prod-eu-central-0.grafana.net/otlp"
398
  # "http/protobuf" (firewall-friendly default) or "grpc"
399
  protocol: "http/protobuf"
400
  # how often a batch of metrics is pushed, in seconds
 
402
  # how this instance is identified in dashboards (the service.name resource attribute)
403
  serviceName: "grobid-service"
404
  # extra headers on every OTLP request -- typically auth for a hosted backend, e.g. Grafana Cloud:
405
+ headers:
406
+ Authorization: "Basic MTcwNjMwNzpnbGNfZXlKdklqb2lNVGN4TkRNeE5pSXNJbTRpT2lKMFpYTjBMWFJsYzNRaUxDSnJJam9pTkROeE9YQklPRWxvWkVNeU5rTXpTMVEzWldJM05tUk9JaXdpYlNJNmV5SnlJam9pZFhNaWZYMD0="
407
 
408
  server:
409
  type: custom