https://github.com/sporkmonger/ecsevent
HTTP observability middleware using the Elastic Common Schema
https://github.com/sporkmonger/ecsevent
elasticsearch logging metrics observability opentracing prometheus tracing
Last synced: 3 months ago
JSON representation
HTTP observability middleware using the Elastic Common Schema
- Host: GitHub
- URL: https://github.com/sporkmonger/ecsevent
- Owner: sporkmonger
- License: apache-2.0
- Created: 2019-04-06T08:38:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T13:22:29.000Z (almost 5 years ago)
- Last Synced: 2025-09-01T05:19:18.735Z (10 months ago)
- Topics: elasticsearch, logging, metrics, observability, opentracing, prometheus, tracing
- Language: Go
- Size: 155 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ECSEvent
HTTP observability middleware using the Elastic Common Schema.
[![GoDoc Widget]][GoDoc] [![Build Widget]][Build] [![Coverage Widget]][Coverage] [![Maintainability Widget]][Maintainability] [![Go Report Card Widget]][Go Report Card]
----
ECSEvent provides middleware and utility functions for logging in the ECS format,
particularly for HTTP services.
Unstable WIP, do not use.
[GoDoc]: https://godoc.org/github.com/sporkmonger/ecsevent
[GoDoc Widget]: https://godoc.org/github.com/sporkmonger/ecsevent?status.svg
[Build]: https://circleci.com/gh/sporkmonger/ecsevent
[Build Widget]: https://circleci.com/gh/sporkmonger/ecsevent.svg?style=shield
[Coverage]: https://codeclimate.com/github/sporkmonger/ecsevent/test_coverage
[Coverage Widget]: https://api.codeclimate.com/v1/badges/ea480b15351abcccc0dd/test_coverage
[Maintainability]: https://codeclimate.com/github/sporkmonger/ecsevent/maintainability
[Maintainability Widget]: https://api.codeclimate.com/v1/badges/ea480b15351abcccc0dd/maintainability
[Go Report Card]: https://goreportcard.com/report/github.com/sporkmonger/ecsevent
[Go Report Card Widget]: https://goreportcard.com/badge/github.com/sporkmonger/ecsevent