To run tests: make
- benchmarks: Benchmarks, tests, comparisons to other formats.
- otelcol: Otel/STEF protocol Collector exporter implementation.
- go/pkg: STEF supporting libraries for Go.
- go/grpc: STEF/gRPC protocol implementation in Go.
- go/otel: Otel/STEF protocol schema and generated code in Go.
- go/pdata: Collector pdata <-> Otel/STEF converters.
- stef-spec: STEF Specification and Protobuf definitions.
- stefgen: Generates serializers from STEF schema.
- To release a new version vX.Y.Z run
make prepver VERSION=vX.Y.Z
to update go.mod files. - Create a PR with changes and get it merged.
- Run
make releasever VERSION=vX.Y.Z
to create and push version tags to github.
Copyright 2022 Splunk Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.