Skip to content

Commit

Permalink
back to honeycomb tracing and high sample
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Aug 22, 2024
1 parent 6ff95de commit 2815061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/agents/honeycomb-tracing.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const {

// uses the HONEYCOMB_API_KEY and OTEL_SERVICE_NAME environment variables
const sdk = new HoneycombSDK({
sampleRate: 5,
sampleRate: 20,
instrumentations: [
getNodeAutoInstrumentations({
// we recommend disabling fs autoinstrumentation since it can be noisy
Expand Down
2 changes: 1 addition & 1 deletion backend/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const tracing = require("./agents/otel-tracing");
const tracing = require("./agents/honeycomb-tracing");
var express = require("express");
var configureExpress = require("./config/express");

Expand Down

0 comments on commit 2815061

Please sign in to comment.