Skip to content

Commit

Permalink
Merge pull request #119 from helios/use_new_collector_endpoint
Browse files Browse the repository at this point in the history
[HLS-3961] use new collector endpoint
  • Loading branch information
nozik authored May 31, 2023
2 parents 106ac8c + 8d72474 commit 06fffca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const hsDatahMacKey = "dataObfuscationhMacKey"
// Default values
const defaultInstrumentationDisabled = false
const defaultCollectorInsecure = false
const defaultCollectorEndpoint = "collector.heliosphere.io:443"
const defaultCollectorEndpoint = "collector.gethelios.dev:443"
const defaultCollectorPath = "/v1/traces"
const defaultCollectorMetricsPath = "/v1/metrics"
const defaultDebug = false
Expand Down
2 changes: 1 addition & 1 deletion sdk/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package sdk

const version = "0.1.22"
const version = "0.1.23"

0 comments on commit 06fffca

Please sign in to comment.