Skip to content

Commit

Permalink
[exporter] disable health check for gocti (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
axelfahy committed Jan 27, 2025
1 parent 947584c commit 83103cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.3.0] - 2025-01-27

### Changed

- Disable health check when creating gocti client

## [v0.2.0] - 2025-01-24

### Changed
Expand Down
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ func run(env envConfig) error {

opencti, err := gocti.NewOpenCTIAPIClient(
env.OpenctiURL, env.OpenctiToken,
gocti.WithHealthCheck(),
gocti.WithLogLevel(env.LogLevel),
)
if err != nil {
Expand Down

0 comments on commit 83103cf

Please sign in to comment.