mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
chore(monitoring): align smoke and attribution metadata
This commit is contained in:
parent
73190cdbfe
commit
4dc4f4302a
3 changed files with 6 additions and 4 deletions
2
contributors/emails/victor@nousresearch.com
Normal file
2
contributors/emails/victor@nousresearch.com
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
victor-kyriazakos
|
||||
# PR #64536 Gateway Health OTLP production hardening
|
||||
|
|
@ -43,7 +43,7 @@ def main() -> None:
|
|||
"logs_export_interval_seconds": 5,
|
||||
"resource_attributes": {
|
||||
"service.name": "hermes-gateway-smoke",
|
||||
"deployment.environment": "local-smoke",
|
||||
"deployment.environment.name": "local-smoke",
|
||||
},
|
||||
},
|
||||
"export": {
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
"""Tiny local OTLP/HTTP capture collector for Hermes gateway health smoke tests.
|
||||
|
||||
This is not a production collector. It accepts OTLP protobuf POSTs on /v1/traces
|
||||
and /v1/metrics, records request metadata as JSONL, and returns 200 so local
|
||||
exporters can be exercised without Docker or a vendor backend.
|
||||
This is not a production collector. It accepts OTLP protobuf POSTs on /v1/traces,
|
||||
/v1/metrics, and /v1/logs, records request metadata as JSONL, and returns 200 so
|
||||
local exporters can be exercised without Docker or a vendor backend.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue