Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/census-ecosystem/opencensus-go-exporter-stackdriver
OpenCensus Go exporter for Stackdriver Monitoring and Trace
https://github.com/census-ecosystem/opencensus-go-exporter-stackdriver
instrumentation metrics monitoring opencensus stackdriver stackdriver-monitoring trace
Last synced: 21 days ago
JSON representation
OpenCensus Go exporter for Stackdriver Monitoring and Trace
- Host: GitHub
- URL: https://github.com/census-ecosystem/opencensus-go-exporter-stackdriver
- Owner: census-ecosystem
- License: apache-2.0
- Archived: true
- Created: 2018-04-20T19:07:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T19:19:04.000Z (over 1 year ago)
- Last Synced: 2024-10-25T14:31:11.942Z (about 2 months ago)
- Topics: instrumentation, metrics, monitoring, opencensus, stackdriver, stackdriver-monitoring, trace
- Language: Go
- Homepage:
- Size: 5.55 MB
- Stars: 67
- Watchers: 12
- Forks: 79
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-google-cloud-operations - OpenCensus Go exporter
README
> **Warning**
>
> OpenCensus and OpenTracing have merged to form [OpenTelemetry](https://opentelemetry.io), which serves as the next major version of OpenCensus and OpenTracing.
>
> OpenTelemetry has now reached feature parity with OpenCensus, with tracing and metrics SDKs available in .NET, Golang, Java, NodeJS, and Python. **All OpenCensus Github repositories, except [census-instrumentation/opencensus-python](https://github.com/census-instrumentation/opencensus-python), will be archived on July 31st, 2023**. We encourage users to migrate to OpenTelemetry by this date.
>
> To help you gradually migrate your instrumentation to OpenTelemetry, bridges are available in Java, Go, Python, and JS. [**Read the full blog post to learn more**](https://opentelemetry.io/blog/2023/sunsetting-opencensus/).# OpenCensus Go Stackdriver
[![Build Status](https://travis-ci.org/census-ecosystem/opencensus-go-exporter-stackdriver.svg?branch=master)](https://travis-ci.org/census-ecosystem/opencensus-go-exporter-stackdriver) [![GoDoc][godoc-image]][godoc-url]
Provides OpenCensus exporter support for Stackdriver Monitoring and Stackdriver Trace.
## Installation
```
$ go get -u contrib.go.opencensus.io/exporter/stackdriver
```[godoc-image]: https://godoc.org/contrib.go.opencensus.io/exporter/stackdriver?status.svg
[godoc-url]: https://godoc.org/contrib.go.opencensus.io/exporter/stackdriver