Created
June 12, 2025 18:04
-
-
Save jonfriesen/eb99c9fdffa08981eb7b685b889384bd to your computer and use it in GitHub Desktop.
Mezmo Demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 2 | |
services: | |
event_stores: | |
- type: otel | |
endpoint: "https://pipeline.mezmo.com/v1/{{ MEZMO_PIPELINE_ID }}" | |
protocol: http | |
service_name: "qtap" | |
environment: "production" | |
headers: | |
Authorization: | |
type: env | |
value: MEZMO_ACCESS_KEY | |
tls: | |
enabled: false | |
object_stores: | |
- type: stdout | |
stacks: | |
report_to_mezmo: | |
plugins: | |
- type: access_logs | |
config: | |
mode: summary | |
format: console | |
- type: report_usage | |
tap: | |
direction: egress-external | |
ignore_loopback: true | |
audit_include_dns: false | |
http: | |
stack: report_to_mezmo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment