Skip to content

Commit

Permalink
OpenTelemetry support (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers authored Feb 21, 2024
1 parent bc316a7 commit a4ce39d
Show file tree
Hide file tree
Showing 6 changed files with 1,603 additions and 34 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 4.1.0
- Add OpenTelemetry support
- Set env var `OTEL_EXPORTER_OTLP_ENDPOINT` to the endpoint to send OpenTelemetry to
- `OTEL_SERVICE_NAME` overrides the service name
- Command line arguments `--otlp-endpoint` and `--service-name` have been removed in favour of the environment variables
- Import `@hasura/ndc-sdk-typescript/instrumentation` to use `initTelemetry` to initialize OpenTelemetry earlier in your startup, if necessary

## 1.3.0
- Add OpenTelemetry support
- Set env var `OTEL_EXPORTER_OTLP_ENDPOINT` to the endpoint to send OpenTelemetry to
- `OTEL_SERVICE_NAME` overrides the service name
- Command line arguments `--otlp_endpoint` and `--service-name` have been removed in favour of the environment variables
- Import `@hasura/ndc-sdk-typescript/instrumentation` to use `initTelemetry` to initialize OpenTelemetry earlier in your startup, if necessary

## 4.0.0
Breaking change: support for the [Connector Deployment Spec](https://github.com/hasura/ndc-hub/blob/main/rfcs/0000-deployment.md).

Expand Down
Loading

0 comments on commit a4ce39d

Please sign in to comment.