Skip to content
#

datadog

Here are 308 public repositories matching this topic...

short
Coteh
Coteh commented Apr 29, 2020

What is frustrating you?
The $content-width SCSS variable, found in frontend/src/component/styles/dimension.scss is set to 1200px currently, which works for desktop, but does not make sense for mobile. Components affected are: Header, Footer (but it looks fine since it's centered and just text), Section, and UserShortLinksSection.

Your solution
Refactor so that the `$con

pratikgs-dd
pratikgs-dd commented Nov 20, 2019

the utility scripts overwrites existing files and configuration as it executes each instruction.
In case the script fails for some reason, all the modified files are left as it is, which sometimes corrupts the existing configuration.

It will be useful if the script backup relevant files and restore them in case of error.

kevinburkenotion
kevinburkenotion commented Jan 31, 2019

I'm trying to figure out how to propagate contexts. In this example, the variable scope is assigned twice but only used once. Is the other one supposed to be used? Are there lines missing from the example?

const tracer = require('dd-trace').init({ plugins: false })
const express = require('express')
const app = express()

app.use((req, res, next) => {
  const span = trace
documentation
PatrykMilewski
PatrykMilewski commented Apr 27, 2020

Right now documentation says, that for Metrics send_all and send functions, we can pick one of 2 metric types:
metric_type|type: the type of metric to use ("gauge" or "count") [default: gauge]
and it's no longer true.

Since DataDog supports metric type "rate" and this library doesn't do any type validation, "rate" metric type is correctly supported by those functions.

Documentation f

runningman84
runningman84 commented May 3, 2019

The prometheus plugin uses metric names like this:

  • org_graylog2_inputs_gelf_tcp_GELFTCPInput_5cc1bd20057c5200116dfdef_open_connections
  • org_graylog2_lookup_adapters_5cc1bc798e510600109570d9_refresh_count
  • org_graylog2_lookup_caches_5ca37df31210da0011143090_hits_total

It is really painful to write alarms for metrics like this. It would much better if the metrics would have names like th

Improve this page

Add a description, image, and links to the datadog topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the datadog topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.