Skip to content

Commit

Permalink
Update swagger for unstable OtelMetricsIngestion (#21)
Browse files Browse the repository at this point in the history
* Update swagger for unstable OtelMetricsIngestion

* Update CHANGELOG.md

Co-authored-by: Brandon Gonzalez <[email protected]>

---------

Co-authored-by: Brandon Gonzalez <[email protected]>
  • Loading branch information
enisoc and bg451 authored May 10, 2024
1 parent 89671e6 commit d54ef33
Show file tree
Hide file tree
Showing 9 changed files with 422 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Added support for entity namespaces
* Added support for datasets
* unstable: Added support for otel-metrics-ingestion
* Promote gcp-metrics-integration to stable

## v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GO_BUILD_COMMON_ENV := CGO_ENABLED=0
GO_RELEASER_WORKING_DIR := /go/src/github.com/chronosphere/chronoctl
GO_RELEASER_RELEASE_ARGS ?= --rm-dist

UNSTABLE_ENTITIES := link-templates,saved-trace-searches,dashboards,trace-tail-sampling-rules,services
UNSTABLE_ENTITIES := link-templates,saved-trace-searches,dashboards,trace-tail-sampling-rules,services,otel-metrics-ingestion

.PHONY: clean-build
clean-build:
Expand Down
17 changes: 17 additions & 0 deletions src/generated/cli/configunstable/cli.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d54ef33

Please sign in to comment.